Skip to content

Commit

Permalink
feat: add component provider field for codegen (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak authored Jan 10, 2025
1 parent 812721d commit 2f07d2d
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 2f07d2d

Please sign in to comment.