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

1.1.0

Compare
Choose a tag to compare
@osamaqarem osamaqarem released this 08 Jun 12:17
· 28 commits to master since this release

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.