This repository has been archived by the owner on May 7, 2022. It is now read-only.
Releases: osamaqarem/react-native-template
Releases · osamaqarem/react-native-template
Release 2.0.2
- update(🚚): docs (9ab0984)
- update(🚚): docs (d95691c)
- fix(🐛): dont wrap in portal. host component should decide (dbba083)
- fix(🐛): minor documentation issues (2daf0e3)
- fix(✏️): npm bump script using wrong fastlane lane name (8e91f1f)
- update(🚚): fastfile will source xcode project name from package.json (d9fbe84)
Release 2.0.1
Release 2.0.0
- update(🚚): upgrade to react native 0.63.2 (24c61b0)
- update(🚚): example font assets are unlinked by default (24c61b0)
- update(🚚): trimmed npm scripts (24c61b0)
- update(🚚): migrate from react-native-splash-screen to bootsplash (24c61b0)
- update(🚚): detox integration (6103f3c)
Notes:
- Why the change to react-native-bootsplash? iOS implementation for react-native-splash-screen at this moment seems to use thread blocking to extend the duration of the splash screen. You can't show the splash again after the first time. See this issue for more details.
Release 1.1.3
- fix(✏️ ): remove font reference from xcode (7a395de)
Release 1.1.2
- update(🚚): renaming + minor code style tweaks (3b579e2)
- update(🚚): use immer in redux slice (0c8cd7f)
- update(🚚): types (10c60ab)
- update(🚚): console.log calls console.tron (a458c14)
- update(🚚): new api fetcher returns data directly (b334ad2)
- update(🚚): improve readability in mirage file (a1ac6e9)
- update(🚚): nullable type + refactor exceptions (7c07a84)
- update(🚚): rename file (38aa6df)
- fix(✏️): do not throw inside apisauce transforms (3f285ee)
1.1.0
Fixes ✏
- Fastfile make_badge should not be private.
- navigationService.navigate() params should be optional.
- Enable multidex for android to resolve build issue.
- Hide splash screen in root error boundary. This resolves the scenario where if we throw an error before the navigator component mounts, the splash screen would hide the console.error prompt as it is only gets hidden when the navigator component mounts.
- Complete react-native-gesture-handler integration for android.
Changes 💄
- Refactored theme/fonts.
- Refactored helpers.
- Removed redux persist.
- Removed use-memo-one.
- Removed connection checking code and react-native-netinfo
- Rewrote networking service to a simpler implementation.
- Rewrote redux example to a simpler one that doesn't involve data fetching.
- Updated default components in template.
- Updated all packages.
- Updated networking mocks.
- Added base64 helper.
- Added SWR.
- Added apisauce.
- Added data fetching example using GitHub API.
- Moved Sentry DSN to environment files.
1.0.0
- Initial Release
- React Native 0.62.2