Is this a bug report?
Yes
(write your answer here)
Have you read the Bugs section of the Contributing to React Native Guide?
(Write your answer here.)
Environment
react-native -v: 0.45.1
node -v: 8.1.3
npm -v: 5.0.4
yarn --version (if you use Yarn): 0.27.5
Then, specify:
- Target Platform (e.g. iOS, Android): Android
- Development Operating System (e.g. macOS Sierra, Windows 10): macOS Sierra 10.12.5
- Build tools (Xcode or Android Studio version, iOS or Android SDK version, if relevant): Android SDK 25, Android Build Tools 25.0.2
Steps to Reproduce
(Write your steps here:)
- react-native init AwesomeProject
- react-native run-android
Expected Behavior
Should work as it did with RN v0.44.0 or RN 0.45.0
(Write what you thought would happen.)
Actual Behavior
undefined is not an object (evaluating 'regeneratorRuntime.mark')
<unknown>
loadModuleImplementation
require.js:174:12
guardedLoadModule
require.js:126:36
_require
require.js:110:24
<unknown>
index.js:2
loadModuleImplementation
require.js:174:12
guardedLoadModule
require.js:126:36
_require
require.js:110:24
<unknown>
configureStore.js:19
loadModuleImplementation
require.js:174:12
guardedLoadModule
require.js:126:36
_require
require.js:110:24
<unknown>
index.js:32
loadModuleImplementation
require.js:174:12
guardedLoadModule
require.js:126:36
_require
require.js:110:24
<unknown>
index.android.js:10
loadModuleImplementation
require.js:174:12
guardedLoadModule
require.js:119:45
_require
require.js:110:24
global code

(Write what happened. Add screenshots!)
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
Is this a bug report?
Yes
(write your answer here)
Have you read the Bugs section of the Contributing to React Native Guide?
(Write your answer here.)
Environment
react-native -v: 0.45.1node -v: 8.1.3npm -v: 5.0.4yarn --version(if you use Yarn): 0.27.5Then, specify:
Steps to Reproduce
(Write your steps here:)
Expected Behavior
Should work as it did with RN v0.44.0 or RN 0.45.0
(Write what you thought would happen.)
Actual Behavior
(Write what happened. Add screenshots!)
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)