This repository was archived by the owner on Jan 13, 2023. It is now read-only.
Tags: infinitered/ignite-bowser
Tags
chore(release): 5.0.2 [skip ci] ## [5.0.2](v5.0.1...v5.0.2) (2020-04-22) ### Bug Fixes * **expo:** Rolls back to react-native-screens JS version for Expo ([#332](#332) by [@harrisrobin](https://github.com/harrisrobin)) ([1397749](1397749)) * Resolve require cycle warnings ([#309](#309) by [@harrisrobin](https://github.com/harrisrobin)) ([9945f76](9945f76)) * **tests:** Used default in import community AsyncStorage ([#329](#329) by @KZhidovinov) ([ce91008](ce91008))
chore(release): 5.0.1 [skip ci] ## [5.0.1](v5.0.0...v5.0.1) (2020-04-13) ### Bug Fixes * **navigation:** Use createNativeStackNavigator from react-native-screens ([#330](#330) by [@harrisrobin](https://github.com/harrisrobin)) ([044f661](044f661))
chore(release): 5.0.0 [skip ci] # [5.0.0](v4.14.3...v5.0.0) (2020-03-29) * ✨Upgrade React Navigation to V5 ✨ (#311 by @harrisrobin) ([f68ec23](f68ec23)), closes [#311](#311) ### BREAKING CHANGES * * React Navigation upgraded to version 5, a backwards incompatible change * Navigation state is no longer handled in MobX-State-Tree * Removed `NavigationStore` * Navigation state is now handled in React hooks (also persisted to async storage) * Back button handler is a hook now rather than a component * Added `react-native-safe-area-context` wrapping the primary navigator * Removed `ignite g navigator` generator * Screen generator no longer tries to add the new screen to a navigator
chore(release): 4.14.3 [skip ci] ## [4.14.3](v4.14.2...v4.14.3) (2020-03-19) ### Bug Fixes * **deps:** Bump react native to 0.61.5; bump package versions; fix tests ([#325](#325) by [@bryanstearns](https://github.com/bryanstearns)) ([a229788](a229788))
chore(release): 4.14.2 [skip ci] ## [4.14.2](v4.14.1...v4.14.2) (2020-03-17) ### Bug Fixes * **lint:** format globs; bump Typescript to 3.8 ([#324](#324) by [@bryanstearns](https://github.com/bryanstearns)) ([3a343bb](3a343bb))
chore(release): 4.14.1 [skip ci] ## [4.14.1](v4.14.0...v4.14.1) (2020-03-05) ### Bug Fixes * **cli:** Switch to npx ignite-cli when ignite not available globally ([#322](#322) by [@jamonholmgren](https://github.com/jamonholmgren)) ([c297d98](c297d98))
chore(release): 4.14.0 [skip ci] # [4.14.0](v4.13.0...v4.14.0) (2020-03-04) ### Features * **expo:** Experimental Expo Support ([#299](#299) by [@jamonholmgren](https://github.com/jamonholmgren) and [@leonskim](https://github.com/leonskim)) ([273cb17](273cb17))
chore(release): 4.11.4 [skip ci] ## [4.11.4](v4.11.3...v4.11.4) (2019-12-17) ### Bug Fixes * **linting:** Fixes linting of newly generated apps ([#298](#298) by [@bryanstearns](https://github.com/bryanstearns)) ([a8e40d8](a8e40d8))