Drawing works when my app is tested using Expo Go, but once it is built to iOS, nothing seems to happen. It's not an issue with react-native-svg, as svgs are still rendering.
Expected Behavior
I should be able to draw.
Steps To Reproduce
If you're using React Native Navigation, set up a new Stack.Screen with the following code (if not, just put it into App):
On what kind of device are you using this library?
Environment
Current Behavior
Drawing works when my app is tested using Expo Go, but once it is built to iOS, nothing seems to happen. It's not an issue with react-native-svg, as svgs are still rendering.
Expected Behavior
I should be able to draw.
Steps To Reproduce
App
):eas build -p ios
then test with TestFlightAnything else?
No response