Skip to content

Commit

Permalink
build: install react-native-device-info library for get device id
Browse files Browse the repository at this point in the history
  • Loading branch information
timepresent95 committed Oct 11, 2024
1 parent e51c3a6 commit 5533f98
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ios/FamilyFarmRN/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@
<string>C617.1</string>
</array>
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>85F4.1</string>
</array>
</dict>
</array>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
Expand Down
6 changes: 6 additions & 0 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,8 @@ PODS:
- React-utils (= 0.74.3)
- RNCAsyncStorage (2.0.0):
- React-Core
- RNDeviceInfo (13.1.0):
- React-Core
- RNGestureHandler (2.18.1):
- DoubleConversion
- glog
Expand Down Expand Up @@ -1346,6 +1348,7 @@ DEPENDENCIES:
- React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
- RNDeviceInfo (from `../node_modules/react-native-device-info`)
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
- "RNGoogleSignin (from `../node_modules/@react-native-google-signin/google-signin`)"
- RNKeychain (from `../node_modules/react-native-keychain`)
Expand Down Expand Up @@ -1488,6 +1491,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon"
RNCAsyncStorage:
:path: "../node_modules/@react-native-async-storage/async-storage"
RNDeviceInfo:
:path: "../node_modules/react-native-device-info"
RNGestureHandler:
:path: "../node_modules/react-native-gesture-handler"
RNGoogleSignin:
Expand Down Expand Up @@ -1569,6 +1574,7 @@ SPEC CHECKSUMS:
React-utils: a06061b3887c702235d2dac92dacbd93e1ea079e
ReactCommon: f00e436b3925a7ae44dfa294b43ef360fbd8ccc4
RNCAsyncStorage: d35c79ffba52c1013013e16b1fc295aec2feabb6
RNDeviceInfo: e13b7d68878fba693c9fbb13ca4d56ad57d95917
RNGestureHandler: efed690b8493a00b99654043daeb1335276ac4a2
RNGoogleSignin: 08dc4ba7eac2096c7fecfe109f0950fa4683c803
RNKeychain: 1d8f55e26c6eb0bbd674cc9840156746d41819e8
Expand Down
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"react-native-app-auth": "^8.0.0",
"react-native-config": "^1.5.2",
"react-native-date-picker": "^5.0.7",
"react-native-device-info": "^13.1.0",
"react-native-encrypted-storage": "^4.0.3",
"react-native-gesture-handler": "^2.18.1",
"react-native-keychain": "^9.0.0",
Expand Down

0 comments on commit 5533f98

Please sign in to comment.