shevawen / react-native-weather-app

Weather App build with react native fork from sofish's Weather App(https://github.com/sofish/weather)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requiring unknown module "createReactIOSNativeComponentClass"

ColinUNC opened this issue · comments

In node_modules/react-native-svg/svg.js ,
change createReactIOSNativeComponentClass to createReactNativeComponentClass

@shevawen Thanks. It fixed the issue of "createReactIOSNativeComponentClass", but got another one.


Please see this screenshot

screen shot 2015-06-25 at 12 12 12 pm

Change ReactIOSViewAttributes to ReactNativeViewAttributes, the react-native-svg is using an old version of react-native.

Thanks, It's working now