We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad5adc commit a4f357bCopy full SHA for a4f357b
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