Skip to content

Commit

Permalink
chore(lib): add component provider field for codegen (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak authored Jan 17, 2025
1 parent 4a6cd86 commit 6978185
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@
"jsSrcsDir": "src",
"android": {
"javaPackageName": "com.reactnativepagerview"
},
"ios": {
"componentProvider": {
"RNCViewPager": "RNCPagerViewComponentView"
}
}
},
"react-native-builder-bob": {
Expand Down

0 comments on commit 6978185

Please sign in to comment.