react-native --version 22:10:05
react-native-cli: 2.0.1
react-native: 0.44.0
{
"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"
}
}
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 linkUse the '<Examples />Componentreact-native run-androidMy System Configuration
Package.json