Prashanth Kumar
Results
2
comments of
Prashanth Kumar
npm i react-native-pinchable import Pinchable from 'react-native-pinchable' ... then I got an error 'requireNativeComponent: "PinchableView" was not found in the UIManager.' how can I solve it?
This code worked for me on iOS: ```jsx ``` But using: ```jsx source={{ uri: 'file:///...' }} ``` did **not** work. On iOS, loading HTML files with external CSS/JS paths doesn’t...