We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7779a commit 4d58574Copy full SHA for 4d58574
development/index.tsx
@@ -1,11 +1,7 @@
1
-import { NativeModules } from 'react-native'
2
-import { Paystack } from './paystack';
+import * as Paystack from './paystack';
3
import * as paystackProps from './types'
4
5
-export {
+export default {
6
Paystack,
7
paystackProps
8
}
9
-
10
-export default NativeModules.ReactNativePaystackWebviewModule
11
0 commit comments