react-weather icon indicating copy to clipboard operation
react-weather copied to clipboard

some question please for help

Open alan-zhou opened this issue 9 years ago • 1 comments

i have install npm and run ios in xcode error: /Users/u_wolf/Downloads/react-weather-master/ios/main.jsbundle: No such file or directory in main.js some code is error
*****type State = { store: any }; function setup() {

class Root extends Component { state: State; *******

ERROR TIPS : Types are not supported by current javaScript version

alan-zhou avatar Aug 17 '16 09:08 alan-zhou

Hi, you may need to run react-native bundle in terminal from your project's root director

stage88 avatar Aug 20 '16 09:08 stage88