React-Nativeで発生したバグおよびソリューションの記録
1505 ワード
1 No bundle url present グローバルエージェントを開始するかどうかを確認し、 を閉じます.続いて2 が現れる.
2 Cannot find entry file index.ios.js in any of the roots...
3 TouchableNativeFeedback is not supported on this platform私はios仮想マシンでテストしました.公式サイトでは
A wrapper for making views respond properly to touches (Android only).表示
4 Route xx should declare a screen参照コンポーネントが正しいかどうかを確認し、順序が間違っているとこのようなエラーが発生します.
5 Unrecognized font family 'Material Icons'
6 Could not find "store"in either the context or props of "Connect(Contacts)". Either wrap the root component in a , or explicitly pass "store"as a prop to "Connect(Contacts)"
7 isImmutable is not a function
8 Missing class properties transformは、特定のバージョン4.0.0-rcをインストールする必要があります.2
9 in this enviroment the sources for assign MUST be an object. This error is a performance optimization and not spec compliant検査は、一般的に属性の場所はjsに変換する必要があり、後続のObjectに便利である.assign()操作
10 Uncaught TypeError:babelHelpers.typeof is not a functionはいろいろな方法を試して、最後にこの方法だけが私を助けて、テキストボックスが入力できない問題も奇跡的に解決しました、ref
11 react native中国語入力方式はプラグインを導入する必要がある
2 Cannot find entry file index.ios.js in any of the roots...
npm start --reset-cache
3 TouchableNativeFeedback is not supported on this platform私はios仮想マシンでテストしました.公式サイトでは
A wrapper for making views respond properly to touches (Android only).表示
4 Route xx should declare a screen参照コンポーネントが正しいかどうかを確認し、順序が間違っているとこのようなエラーが発生します.
5 Unrecognized font family 'Material Icons'
//
import Icons from 'react-native-vector-icons/MaterialIcons'
// 'MaterialIcons' 'FontAwesome', , `react-native run-ios `
6 Could not find "store"in either the context or props of "Connect(Contacts)". Either wrap the root component in a , or explicitly pass "store"as a prop to "Connect(Contacts)"
7 isImmutable is not a function
8 Missing class properties transformは、特定のバージョン4.0.0-rcをインストールする必要があります.2
9 in this enviroment the sources for assign MUST be an object. This error is a performance optimization and not spec compliant検査は、一般的に属性の場所はjsに変換する必要があり、後続のObjectに便利である.assign()操作
10 Uncaught TypeError:babelHelpers.typeof is not a functionはいろいろな方法を試して、最後にこの方法だけが私を助けて、テキストボックスが入力できない問題も奇跡的に解決しました、ref
"clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean"
11 react native中国語入力方式はプラグインを導入する必要がある