react-native-copilot
react-native-copilot copied to clipboard
The Example is not working
Current Behavior
yarn install then yarn start gives this error on phones and simulators
node_modules/expo/AppEntry.js: Cannot find module 'babel-plugin-transform-react-jsx-source' from '/Users/gothraven/ReactNativePlayground/react-native-copilot/example'
- Did you mean "@babel/transform-react-jsx-source"?
Environment
- Device: Pixel 3
- OS: Android API 29
react-native-copilot: "file:../"react-native: "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",react-native-svg: ^6.3.1
Additional context/Screenshots

you need install: expo install react-native-svg
Duplicate of #166