react-native-alipay
react-native-alipay copied to clipboard
基于 React Native 实现的支付宝钱包 UI 界面
Results
2
react-native-alipay issues
Sort by
recently updated
recently updated
newest added
运行时报错。 An application bundle was not found at the provided path. Provide a valid path to the desired application bundle. Print: Entry, ":CFBundleIdentifier", Does Not Exist
可以删除第三模块的.babelrc来解决这个问题 "scripts": { "clean:babelrc": "find ./node_modules -name react-packager -prune -o -name '.babelrc' -print | xargs rm -f", "postinstall": "npm run clean:babelrc" }