react-native-ofo icon indicating copy to clipboard operation
react-native-ofo copied to clipboard

React Native 仿 ofo 共享单车 App

Results 5 react-native-ofo issues
Sort by recently updated
recently updated
newest added

The following build commands failed: CpResource /Users/wangxiaosheng/react-native-ofo/node_modules/native-base/Fonts/Comic\ Sans\ MS.ttf build/Build/Products/Debug-iphonesimulator/RNofo.app/Comic\ Sans\ MS.ttf CpResource /Users/wangxiaosheng/react-native-ofo/node_modules/native-base/Fonts/Rubik-Black.ttf build/Build/Products/Debug-iphonesimulator/RNofo.app/Rubik-Black.ttf CpResource /Users/wangxiaosheng/react-native-ofo/node_modules/native-base/Fonts/Arial\ Black.ttf build/Build/Products/Debug-iphonesimulator/RNofo.app/Arial\ Black.ttf CpResource /Users/wangxiaosheng/react-native-ofo/node_modules/native-base/Fonts/Microsoft\ Sans\ Serif.ttf build/Build/Products/Debug-iphonesimulator/RNofo.app/Microsoft\ Sans\ Serif.ttf CpResource /Users/wangxiaosheng/react-native-ofo/node_modules/native-base/Fonts/Arial.ttf build/Build/Products/Debug-iphonesimulator/RNofo.app/Arial.ttf...

运行报这个错误。。。undefined is not an object (evaluating '_reactNaive.ViewPropTypes.style') ,这是什么原因

error: bundling: UnableToResolveError: Unable to resolve module `react-native/Libraries/Renderer/shims/ReactNativePropRegistry` from `....../react-native-ofo/node_modules/native-base/dist/src/Utils/computeProps.js`: Module does not exist in the module map or in these directories:

undefined is not a function (evaluating 'this._lazyCallableModules[name]()')

在真机调试时出现错误Native module RCTCameraModule tried to override RCTCameraModule for module name RCTCameraModule if this was your intention, set canOverrideExistingModule=true,提示要设置canoverrideexistingmodule=true,请问怎么解决??