todos-native icon indicating copy to clipboard operation
todos-native copied to clipboard

undefined is not a function (near '...(0, _reactNavigation.TabNavigator)...')

Open thomasFoglia opened this issue 5 years ago • 0 comments

Hi,

I don't understand this error ... Screenshot_20190530-192309

using : { "name": "todos-native", "version": "0.1.0", "private": true, "main": "./node_modules/react-native-scripts/build/bin/crna-entry.js", "scripts": { "start": "expo start --tunnel", "android": "expo start --android", "ios": "expo start --ios", "eject": "expo eject" }, "jest": { "preset": "jest-expo" }, "dependencies": { "@appbaseio/reactivesearch-native": "^0.5.0", "@babel/plugin-transform-react-jsx-source": "^7.2.0", "@expo/vector-icons": "^9.0.0", "babel": "^6.23.0", "expo": "^32.0.0", "jest": "^24.8.0", "native-base": "^2.12.1", "prop-types": "^15.6.0", "react": "16.5.0", "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz", "react-native-scripts": "^2.0.1", "react-navigation": "^3.11.0", "react-navigation-redux-helpers": "^3.0.2" }, "devDependencies": { "babel-preset-expo": "^5.0.0" } }

Thanks !!!!!

thomasFoglia avatar May 30 '19 17:05 thomasFoglia