2017-11-08 6 views
0

突然、私の携帯電話にアプリを読み込もうとすると、次のエラーが表示されます。以前のコミット(これはうまくいくはずです)に変更しようとしました。すべてのパッケージ "git reset -hard"を再インストールしましたが、これはすべて同じ赤い画面になります。 私はいくつかのパッケージを更新しようとしましたが、どれもうまくいかないようです。 私は自分でsqliteデータベースに接続していないので、このsqlite接続は、おそらく博物館やその他のパッケージの内部データベース設定です。エクスポアンドロイドアプリがテーブルが見つからないためにローディングしていません

それは読む:

no such table: catalystLocalStorage (code 1): , while compiling: SELECT key FROM catalystLocalStorage 

enter image description here

enter image description here

マイPackage.jsonファイル

{ 
    "name": "app", 
    "version": "1.0.0", 
    "private": true, 
    "devDependencies": { 
    "exp": "^45.1.0", 
    "flow-bin": "0.52.0", 
    "flow-typed": "2.1.5", 
    "prettier": "1.5.3", 
    "react-native-scripts": "1.1.0", 
    "react-test-renderer": "16.0.0-alpha.12" 
    }, 
    "main": "./node_modules/react-native-scripts/build/bin/crna-entry.js", 
    "scripts": { 
    "postinstall": "remotedev-debugger", 
    "start": "exp start --tunnel", 
    "eject": "react-native-scripts eject", 
    "android": "react-native-scripts android", 
    "ios": "react-native-scripts ios" 
    }, 
    "dependencies": { 
    "@expo/vector-icons": "^6.1.0", 
    "color": "1.0.3", 
    "expo": "^21.0.0", 
    "lodash": "4.13.1", 
    "moment": "2.13.0", 
    "native-base": "2.3.3", 
    "react": "16.0.0-alpha.12", 
    "react-native": "0.47.2", 
    "react-native-gifted-chat": "0.2.7", 
    "react-native-star-rating": "^1.0.8", 
    "react-native-vector-icons": "^4.4.2", 
    "react-navigation": "1.0.0-beta.11", 
    "react-redux": "5.0.5", 
    "redux": "3.7.2", 
    "redux-form": "7.0.3", 
    "redux-persist": "4.8.3", 
    "redux-thunk": "2.2.0", 
    "remote-redux-devtools": "0.5.0", 
    "remote-redux-devtools-on-debugger": "^0.8.0" 
    } 
} 

これは狂ったことのように感じていると、本当にイライラさせられます。誰かが問題が何であるか考えていますか?前もって感謝します。

答えて

0

今後この問題が発生する場合:問題は携帯電話内で発生しています。私は、アプリケーションを再インストールし、いくつかの余分なスペースをクリアした後、正常に機能していた。

関連する問題