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

A simple weather app built with React Native and Realm

Results 8 react-weather issues
Sort by recently updated
recently updated
newest added

Error: Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/ReactWeather.app/Info.plist Print: Entry, ":CFBundleIdentifier", Does Not Exist

I Clone this repo git clone [email protected]:stage88/react-weather.git cd react-weather run npm install and then type "npm start",after that i wanna debug-ios in vscode ,but it log out "[Error] Error: Error...

1.'RCTRootView.h' file not found 2.Ignoring return value of function declared with 'warn_unused_r 3.No such file or directory ..

I found the root cause why the Header is not updated when swiping is the onScroll is only available in IOS's scrollview, however there is onPageScroll callback can do the...

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...

Hello,I ran your demo,But It showed black screen when I click the setting or the left bottom button,I don't know why. Please help me.

onSelectedIndexChange(index, offset) { // this is not curently used this.state.current.setValue(index); } when scroll the viewpage, the onSelectedIndexChange is called, but the Header doesn't update the relative City info. It works...

The error I am getting is a TypeError. This error occurs when the code tries to call a function that does not exist. In this case, the code is trying...