-
Notifications
You must be signed in to change notification settings - Fork 25.1k
utf8 is not a function #14882
Description
Hello,
I've updated react native to 0.46 from 0.44 for my company project. But problem occurred , when i compiled release version.
** I initiated a new 0.46 react native project, the problem also exists.**

The package file content is :
{
"name": "smartpark",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"babel-core": "^6.25.0",
"react": "16.0.0-alpha.12",
"react-native": "0.46.0",
"react-native-image-crop-picker": "^0.14.1",
"react-native-progress": "^3.3.0",
"react-native-splash-screen": "^2.1.0",
"react-native-tab-navigator": "^0.3.3",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.5",
"redux": "^3.7.1",
"redux-persist": "^4.8.2",
"redux-thunk": "^2.2.0",
"start": "^5.1.0"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "2.1.0",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12",
"redux-devtools": "^3.4.0"
},
"jest": {
"preset": "react-native"
},
"main": "index.android.js",
"repository": {
"type": "git",
"url": "ssh://git-gogs@git.hanyunsh.com:10022/zgc2537/SmartPark.git"
},
"author": "",
"license": "ISC",
"description": ""
}
thx
