android - Can't run Hello World React Native App - Missing Realm constructor -
i'm trying build test react-native app using these instructions.
react-native init awesomeproject cd awesomeproject react-native run-android
when (on device , on emulator), get:
missing realm constructor - please ensure realmreact framework included!
i haven't done special (i haven't touched code yet), trying load default hello world app.
this can because have react packager terminal instance running old app, , created new project , ran it. need close old react packager ,
react-native run-ios
for new project.
Comments
Post a Comment