Skip to content

Commit 5c58b3c

Browse files
authored
fix: add ios.componentProvider to codegenConfig (#981)
- Add missing ios.componentProvider property to resolve deprecation warning - Maps TenTapView JavaScript component to TenTapView iOS native class
1 parent efb383d commit 5c58b3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@
126126
"jsSrcsDir": "src/specs",
127127
"android": {
128128
"javaPackageName": "com.reactcommunity.rndatetimepicker"
129+
},
130+
"ios": {
131+
"componentProvider": {
132+
"RNDateTimePicker": "RNDateTimePickerComponentView"
133+
}
129134
}
130135
},
131136
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)