Skip to content

Commit 874916e

Browse files
authored
Merge branch 'main' into feat(RNPW)-Release
2 parents 3e32082 + 5e94d83 commit 874916e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

development/index.tsx

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

45
export {
56
Paystack,
6-
paystackProps
7-
}
7+
paystackProps
8+
}
9+
10+
export default NativeModules.ReactNativePaystackWebviewModule
11+

0 commit comments

Comments
 (0)