react-native-copilot icon indicating copy to clipboard operation
react-native-copilot copied to clipboard

The Example is not working

Open gothraven opened this issue 5 years ago • 2 comments

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 image

gothraven avatar Feb 13 '20 10:02 gothraven

you need install: expo install react-native-svg

allandiego avatar Mar 31 '20 23:03 allandiego

Duplicate of #166

AboutReact avatar Oct 03 '20 07:10 AboutReact