Hi, I came across the below TypeError on a fresh installation with rum template in Android emulator.
Console log for exp start --android:
[exp] Loading Closure base.
[exp] Shimming require
[exp] Shimming goog functions.
[exp] Requiring: react
[exp] Warning: React.createClass is no longer supported. Use a plain JavaScript class instead. If you're not yet ready to migrate, create-react-class is available on npm as a drop-in replacement. (https://fb.me/migrating-from-react-create-class)
[exp] Requiring: react-native
[exp] Requiring: react
[exp] Requiring: expo
[exp] [TypeError: undefined is not an object (evaluating 'require(474 ).default')]
[exp] Finished building JavaScript bundle in 638ms.
Hi, I came across the below
TypeError
on a fresh installation with rum template in Android emulator.Console log for
exp start --android
:Console log in Android emulator:
Android API version: 25 Android device: Nexus_6P Node version: 6.10.0