Skip to content

Commit e42ef2e

Browse files
authored
fix(ios): question marks rendered unexpectedly (RN >= 0.77)
Fix: On iOS react-native >= 0.77 - Item display question marks - Can't select any items
1 parent c6ce84b commit e42ef2e

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
@@ -170,6 +170,11 @@
170170
"jsSrcsDir": "./js",
171171
"android": {
172172
"javaPackageName": "com.reactnativecommunity.picker"
173+
},
174+
"ios": {
175+
"componentProvider": {
176+
"RNCPicker": "RNCPickerComponentView"
177+
}
173178
}
174179
},
175180
"workspaces": [

0 commit comments

Comments
 (0)