Closed chandlervdw closed 5 years ago
Hi @chandlervdw! Please try to upgrade react-native-ui-kitten to the last beta version. As well as eva packages.
I'm seeing the same issue. Here are my dependencies:
"dependencies": {
"@eva-design/eva": "^1.1.0-beta.1",
"@expo/samples": "~3.0.3",
"@expo/vector-icons": "^10.0.3",
"@react-navigation/web": "^1.0.0-alpha.9",
"expo": "^34.0.1",
"expo-asset": "^6.0.0",
"expo-constants": "6.0.0",
"expo-font": "~6.0.0",
"expo-web-browser": "6.0.0",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-eva-icons": "^1.1.0",
"react-native-gesture-handler": "~1.3.0",
"react-native-svg": "^9.7.0",
"react-native-ui-kitten": "^4.2.0-beta.2",
"react-native-web": "^0.11.4",
"react-navigation": "^3.11.0"
},
@32penkin package.json:
"react-native-ui-kitten": "^4.2.0-beta.1",
"@eva-design/eva": "^1.0.1"
That's what I was using when I posted this.
I guess I need @eva-design/eva": "^1.1.0-beta.1"
?
yep, latest of both fixed it. Thanks @32penkin
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior: On iOS, trying to use a
Select
results in an error that has to due with an unsupported style configuration. This is using a very vanilla implementation ofSelect
but I am using hooks.Expected behavior: Should render a Select properly.
Steps to reproduce: Add a
Select
to some component.Related code:
Here's the error
Other information:
I have a hunch its from this commit: https://github.com/akveo/react-native-ui-kitten/commit/6eec5ca#commitcomment-35059486
OS, device, package version