-
Notifications
You must be signed in to change notification settings - Fork 6
Bump React Native to 0.81.0
#38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
||
| const val E_SDK_API = "SDK API Error" | ||
| const val E_OPERATION_FAILED = "E_OPERATION_FAILED" | ||
| const val E_NO_TOKENS_AVAILABLE = "E_NO_TOKENS_AVAILABLE" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this removed? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It wasn't used anywhere, so I decided to remove it
WoLewicki
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments
| "react-native": "0.79.2" | ||
| "react": "^19.1.0", | ||
| "react-native": "0.81.0", | ||
| "react-native-safe-area-context": "^5.5.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you add react-native-safe-area-context in this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the example we use SafeAreaView and as it's written it will be deprecated, so I added this dependency to change it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I guess it was done automatically when following the upgrade helper
WoLewicki
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Details
This PR bumps React Native version in the library and example app to
0.81.0Related Issues
GH_LINK
Manual Tests
Linked PRs