Skip to content

Commit 5e94d83

Browse files
authored
feat: fix export (#202)
* feat: general app improvements * feat: fix export
1 parent aa8d97a commit 5e94d83

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)