Hello,
I have two questions concerning the project setup.
Warning: Unknown event handler property `onResponderTerminationRequest`. It will be ignored.
in svg (created by Svg)
in Svg
in Unknown (created by Icon)
Is it ok to ignore such warnings?
@ui-kitten/components, shouldn't this be stated somewhere?Thank you very much for such an awsome lib 馃槃
| Package | Version |
| ----------- | ----------- |
| @eva-design/eva | 2 |
| @ui-kitten/components | 5 |
| expo | 38.0.8 |
Use expo install ${packageName} within Expo environment.
Running on the web with Expo is also mentioned here.
This is what I ran expo install [email protected]. expo will install v12 instead. tried to force it with npm but then expo gave an error that [email protected] isn't compatible with expo that needs v12+
Running on the web with Expo is also mentioned here.
Thank you I missed that :ok_hand:
@eyalyoli I'm not sure but I guess this should be fixed in latest SDK versions, so you can just use expo install react-native-svg and don't care about it :)
Most helpful comment
@eyalyoli I'm not sure but I guess this should be fixed in latest SDK versions, so you can just use
expo install react-native-svgand don't care about it :)