Kureev / react-native-blur

React Native Blur component
MIT License
3.78k stars 558 forks source link

Example can't run correctly #344

Open Damoness opened 5 years ago

Damoness commented 5 years ago

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

chengsam commented 4 years ago

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.