Skip to content

Commit

Permalink
Add ios.componentProvider to prevent codegen crawling
Browse files Browse the repository at this point in the history
  • Loading branch information
jakex7 committed Dec 10, 2024
1 parent 54710a6 commit ac7e786
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 @@ -144,6 +144,11 @@
"jsSrcsDir": "./src/specs",
"android": {
"javaPackageName": "com.swmansion.gesturehandler"
},
"ios": {
"componentProvider": {
"RNGestureHandlerButton": "RNGestureHandlerButtonComponentView"
}
}
},
"packageManager": "[email protected]"
Expand Down

0 comments on commit ac7e786

Please sign in to comment.