@rnw-community/react-native-payments 0.74.1 → 0.74.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnw-community/react-native-payments",
3
- "version": "0.74.1",
3
+ "version": "0.74.3",
4
4
  "description": "React Native Payments",
5
5
  "keywords": [
6
6
  "react",
@@ -73,7 +73,7 @@
73
73
  "build:android": "cd example/android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
74
74
  "build:ios": "cd example/ios && xcodebuild -workspace PaymentsExample.xcworkspace -scheme PaymentsExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO"
75
75
  },
76
- "gitHead": "e48771474112ace6cf3d172babaf3e5b73bfd518",
76
+ "gitHead": "35818568cee0ecb0201c5e9111680f10432103a0",
77
77
  "dependencies": {
78
78
  "@rnw-community/shared": "0.74.0",
79
79
  "react-native-uuid": "^2.0.1",
package/readme.md CHANGED
@@ -280,6 +280,7 @@ the [react-native-payments-example](../react-native-payments-example/README.md)
280
280
 
281
281
  ### Other
282
282
 
283
+ - [ ] Add [EXPO support](https://docs.expo.dev/modules/existing-library/)
283
284
  - [ ] Add unit tests
284
285
  - [ ] Refactor `utils`
285
286
  - [ ] Add web support