Skip to content

Commit a4f357b

Browse files
committed
feat: fix export
1 parent 0ad5adc commit a4f357b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

development/index.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
import { NativeModules } from 'react-native'
12
import Paystack from './paystack';
23
import * as paystackProps from './types'
34

45
export {
56
Paystack,
67
paystackProps
78
}
9+
10+
export default NativeModules.ReactNativePaystackWebviewModule

0 commit comments

Comments
 (0)