File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ import { NativeModules } from 'react-native' ;
12import Paystack from './paystack' ;
23import * as paystackProps from './types'
34
45export {
56 Paystack ,
67 paystackProps
78}
9+
10+ export default NativeModules . ReactNativePaystackWebviewModule
Original file line number Diff line number Diff line change 33 "version" : " 4.1.1-development" ,
44 "description" : " This package allows you to accept payment in your react native project using paystack " ,
55 "homepage" : " https://github.com/just1and0/React-Native-Paystack-WebView#readme" ,
6- "main" : " ./ production/lib/index.js" ,
7- "types" : " ./ production/lib/types/ index.js " ,
6+ "main" : " production/lib/index.js" ,
7+ "types" : " production/lib/index.d.ts " ,
88 "author" : " Oluwatobi Shokunbi <ayoshokz@gmail.com>" ,
99 "license" : " MIT" ,
1010 "scripts" : {
You can’t perform that action at this time.
0 commit comments