Adding more data permissions to the library #204
Unanswered
mgfuller333
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I referenced this pull request to add data permissions to the library #128
I then navigated to the "files changed" tab to the right of the "conversation" tab
You will also have to make sure that your iOS simulator code in your Pods folder is deploying at the correct iOS version. I set it to iOS 15 for the latest permissions. I referenced this https://developer.apple.com/forums/thread/656616
I was able to edit the files in my react-native-health node module.
Save
then it typed this into the terminal
cd ios && pod install && cd .. && npx react-native run-ios
I did not do an npm install again when i ran my simulator
Beta Was this translation helpful? Give feedback.
All reactions