Skip to content

Commit

Permalink
feat: add component provider field for codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Jan 8, 2025
1 parent 812721d commit 2d48e07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@
"jsSrcsDir": "src",
"android": {
"javaPackageName": "com.reactnativecommunity.slider"
},
"ios": {
"componentProvider": {
"RNCSlider": "RNCSliderComponentView"
}
}
}
}

0 comments on commit 2d48e07

Please sign in to comment.