Skip to content

Releases: svbutko/react-native-template-strong

1.0.0

12 Oct 09:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0-alpha...v1.0.0

0.17.0-alpha

05 Oct 12:03
53f12d5
Compare
Choose a tag to compare
0.17.0-alpha Pre-release
Pre-release

What's Changed

  • Update react-native-navigation to fix build issues by @svbutko in #35

Full Changelog: v0.16.0-alpha...v0.17.0-alpha

0.16.0-alpha

05 Oct 03:49
Compare
Choose a tag to compare
0.16.0-alpha Pre-release
Pre-release

What's Changed

  • Add localization, styles, app icon, hooks documentation by @svbutko in #33
  • Update dependencies by @svbutko in #34

Full Changelog: v0.15.0-alpha...v0.16.0-alpha

0.15.0-alpha

03 Oct 17:07
Compare
Choose a tag to compare
0.15.0-alpha Pre-release
Pre-release

BE CAREFUL WHEN UPDATING
This release includes Gradle update which requires Java 11, read more

  • Update README with React Native version
  • Add internals, colors and configs documentation (#28)
  • Update Gradle, swiperefreshlayout and build:grade versions (#30)
  • Add updates, release, utils documentation, update dependencies (#32)

0.14.0-alpha

02 Oct 06:38
Compare
Choose a tag to compare
0.14.0-alpha Pre-release
Pre-release
  • Update dependencies
  • Remove codegen from dependencies
  • Update React Native to 0.66.0 (#27)
  • Update eslint-config-react-strong
  • Bump kotlin version
  • Add documentation for several pages (#26)
  • Add empty fonts folder
  • Add UI mode changes to splash activity
  • Remove unused imports from MainApplication
  • Add status bar color to Android splash screens

0.13.0-alpha

29 Sep 06:20
Compare
Choose a tag to compare
0.13.0-alpha Pre-release
Pre-release
  • Update README
  • Put AppEnvironment as separate enum outside rn-config (#23)
  • Fix onboarding ts error and little refactor (#20)
  • Add separated windows and nix executable scripts
  • Update dependencies
  • Add iOS and Android app icons
  • Add iOS and Android splash screens

0.12.0-alpha

27 Sep 18:17
Compare
Choose a tag to compare
0.12.0-alpha Pre-release
Pre-release
  • Add message into action sheet alert stories
  • Update issue templates
  • Create SECURITY.md
  • Add documentation website
  • Update README
  • Update dependencies
  • Add boilerplate README

0.11.0-alpha

25 Sep 09:17
Compare
Choose a tag to compare
0.11.0-alpha Pre-release
Pre-release
  • Add status bar color, set accent color on Android
  • Update dependencies
  • Add alert and dialogs stories into Storybook
  • Add intl polyfill since Hermes on iOS doesn't support it yet

0.10.0-alpha

24 Sep 18:00
Compare
Choose a tag to compare
0.10.0-alpha Pre-release
Pre-release
  • Change native Android colors, replace material theme to app compat

0.9.1-alpha

24 Sep 07:54
Compare
Choose a tag to compare
0.9.1-alpha Pre-release
Pre-release
  • Fix incorrect onboarding visibility logic