react-native-with-moxy
react-native-with-moxy copied to clipboard
MOXY's boilerplate to accelerate the setup of new React Native mobile apps
Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) from 1.13.3 to 2.10.0. Release notes Sourced from react-native-reanimated's releases. 2.10.0 🚀 Main changes Added useAnimatedKeyboard() hook Added useFrameCallback() hook Added support for React Native 0.70 Added support...
Bumps [react-native](https://github.com/facebook/react-native) from 0.61.5 to 0.62.3. Release notes Sourced from react-native's releases. v0.62.3 This patch release is specifically targetted towards Xcode 12.5. The changes done are tailored to unblock developers...
This library is no longer maintained and the repository has been archived. See [deprecation notice](https://github.com/react-navigation/react-native-safe-area-view#react-native-safe-area-view). We need to refactor the code to use [`react-native-safe-area-context`](https://github.com/th3rdwave/react-native-safe-area-context/) only.
See `global.ErrorUtils.setGlobalHandler`. Example: ```js import { ExceptionsManager } from 'react-native'; global.ErrorUtils.setGlobalHandler((e, isFatal) => { if (__DEV__) { // In DEV, pass the error to the standard ExceptionsManager // This way...
See https://reactnative.dev/docs/symbolication.
Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 7.1.0 to 8.0.1. Release notes Sourced from standard-version's releases. standard-version v8.0.1 Bug Fixes deps: update dependency conventional-changelog to v3.1.21 (#586) (fd456c9) deps: update dependency conventional-changelog-conventionalcommits to v4.3.0...
Track: https://github.com/facebook/react-native/issues/29279
Announcement: https://reactnative.dev/blog/2021/03/12/version-0.64 ### Useful resources - Upgrade helper: https://react-native-community.github.io/upgrade-helper/?from=0.61.5&to=0.64.0 - Changelog: https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#v0640 - 0.62.0 discussion: https://github.com/react-native-community/releases/issues/179 - Upcoming 0.64.1 discussion: https://github.com/react-native-community/releases/issues/221
There's a change our [current](https://github.com/moxystudio/react-native-with-moxy/blob/master/jest.setup.js) mocking strategy will work anymore in recent versions of React Native once we upgrade to a version such as 0.63.4+. See https://github.com/facebook/react-native/issues/26579#issuecomment-808383489.
On one hand, I suspect React Native 0.61.5 is not compatible with Xcode 12+. React Native 0.62.0 works fine. On the other hand, the app we developed for one of...