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

Example can't run correctly

Open Damoness opened this issue 6 years ago • 1 comments

Bug

following these steps

  1. git clone https://github.com/react-native-community/react-native-blur.git
  2. cd react-native-blur/example
  3. npm install
  4. react-native run-ios

Then

image

image

Environment info

image

Damoness avatar Nov 16 '19 12:11 Damoness

Try running npm install also in the react-native-blur directory, then run npm run start --reset-cache to start the bundler, and run react-native run-ios again.

chengsam avatar Jan 03 '20 07:01 chengsam