-
Notifications
You must be signed in to change notification settings - Fork 453
Closed
Labels
Description
Error:
undefined is not an object (evaluating '_reactNative.NavigationExperimental.Header') gets thrown when the app is built and run.
Steps I Took:
Initialize an empty react native project
Add yarn add @shoutem/ui' react-native link Use the '<Examples /> Component
react-native run-android
My System Configuration
react-native --version 22:10:05
react-native-cli: 2.0.1
react-native: 0.44.0
Package.json
{
"name": "testShoutem",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@shoutem/ui": "^0.13.0",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}
leonardfactory, nori3tsu, aswinmohanme, martykan, wcmboy and 23 more