pinpadRNExample:在React Native中与Pinpad集成的示例

时间:2021-05-15 05:50:51
【文件属性】:
文件名称:pinpadRNExample:在React Native中与Pinpad集成的示例
文件大小:4.85MB
文件格式:ZIP
更新时间:2021-05-15 05:50:51
JavaScript 入门 首先,您需要克隆存储库并安装依赖项: $ yarn add react-native-mpos-native $ npx react-native link react-native-mpos-native Android设置 您必须确认./android/build.gradle具有以下配置: allProjects { repositories { // ... maven { url " https://dl.bintray.com/vivareal/maven " } flatDir { dirs " $r ootDir /../node_modules/react-native-mpos-native/android/libs " } } } 然后在./android/app/build.gradle内部添加
【文件预览】:
pinpadRNExample-master
----.gitignore(813B)
----.flowconfig(2KB)
----package.json(1KB)
----src()
--------components()
--------services()
--------index.js(347B)
--------utils()
--------containers()
--------screens()
----.buckconfig(114B)
----android()
--------app()
--------settings.gradle(885B)
--------build.gradle(1KB)
--------gradlew(6KB)
--------gradlew.bat(3KB)
--------gradle.properties(910B)
--------gradle()
----.watchmanconfig(2B)
----metro.config.js(300B)
----ios()
--------pinpadRNExample.xcworkspace()
--------pinpadRNExample.xcodeproj()
--------pinpadRNExampleTests()
--------Podfile.lock(13KB)
--------pinpadRNExample()
--------Podfile(3KB)
----index.js(331B)
----__tests__()
--------App-test.js(266B)
----.eslintrc.js(74B)
----.prettierrc.js(120B)
----README.md(10KB)
----babel.config.js(77B)
----.gitattributes(16B)
----app.json(67B)
----yarn.lock(319KB)

网友评论