Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Releases: osamaqarem/react-native-template

Release 2.0.2

23 Aug 04:16
Compare
Choose a tag to compare
  • 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

17 Aug 02:42
Compare
Choose a tag to compare
  • update(🚚): added logUtil + background overlay hook (3f2ad6e)
  • update(🚚): housekeeping (4cfdd08)
  • update(🚚): add more actions to navigation service (d80aa82)

Release 2.0.0

16 Aug 09:50
Compare
Choose a tag to compare
  • 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

25 Jun 01:39
Compare
Choose a tag to compare
  • fix(✏️ ): remove font reference from xcode (7a395de)

Release 1.1.2

18 Jun 16:46
Compare
Choose a tag to compare
  • 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

08 Jun 12:17
Compare
Choose a tag to compare

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

16 Apr 15:03
Compare
Choose a tag to compare
  • Initial Release
  • React Native 0.62.2