Skip to content

Commit

Permalink
feat: add component provider field for codegen (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
fobos531 authored Jan 23, 2025
1 parent 0bf911b commit 10d2e7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@
"android": {
"javaPackageName": "com.th3rdwave.safeareacontext"
},
"ios": {
"componentProvider": {
"RNCSafeAreaProvider": "RNCSafeAreaProviderComponentView",
"RNCSafeAreaView": "RNCSafeAreaViewComponentView"
}
},
"name": "safeareacontext",
"type": "all",
"jsSrcsDir": "./src/specs"
Expand Down

0 comments on commit 10d2e7b

Please # to comment.