Skip to content

Commit

Permalink
fix: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
just1and0 committed Jan 12, 2025
1 parent bd7779a commit 4d58574
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions development/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import { NativeModules } from 'react-native'
import { Paystack } from './paystack';
import * as Paystack from './paystack';
import * as paystackProps from './types'

export {
export default {
Paystack,
paystackProps
}

export default NativeModules.ReactNativePaystackWebviewModule

0 comments on commit 4d58574

Please sign in to comment.