We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8d97a commit 5e94d83Copy full SHA for 5e94d83
development/index.tsx
@@ -1,7 +1,10 @@
1
+import { NativeModules } from 'react-native'
2
import Paystack from './paystack';
3
import * as paystackProps from './types'
4
5
export {
6
Paystack,
7
paystackProps
8
}
9
+
10
+export default NativeModules.ReactNativePaystackWebviewModule
0 commit comments