``` javascript var time = '2016/07/01'; ``` RN开发过程中遇到的报错与解决方式。(一直保持更新状态) #### 问题&解决 | index | Prop | Type | | --- | --- | --- | | 1 | Each child in an array should have a unique "key" prop.Check the render method of TableComponent. | http://stackoverflow.com/questions/28329382/understanding-unique-keys-for-array-children-in-react-js | | 2 | 在写滑动效果时,安卓机上出奇的慢 | 这有可能是dev mode没关闭。 | | 3 | singleValue.topTracking is not a function | http://stackoverflow.com/questions/35972486/react-native-animated-singlevalue-toptracking-is-not-a-function | | 4 | 安卓真机远程调试/打包调试 | http://stackoverflow.com/questions/32572399/react-native-android-failed-to-load-js-bundle |
RN开发过程中遇到的报错与解决方式。(一直保持更新状态)
问题&解决