Skip to content

Commit 6668247

Browse files
author
Shivraj
committed
readme changed
1 parent 3e7b5a1 commit 6668247

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

ChangeLog.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11

2-
# [5.2.1](https://github.com/start-react/native-starter-kit/releases/tag/v5.2.1)
3-
4-
### Bug Fixes
5-
6-
- **Memory Leak:** This has been fixed by implementation of NavigatorExperimental.
2+
# [6.1.0](https://github.com/start-react/native-starter-kit/releases/tag/v6.1.0)
73

84
### Enhancement Features
95

106
- **Upgrade:** Upgraded versions of React, [React Native](https://facebook.github.io/react-native/), [NativeBase](http://nativebase.io/), [CodePush](https://github.com/Microsoft/react-native-code-push).
11-
- **Drawer:** Added shadow for drawer on open.
127

138

149
### New Features
1510

16-
- **NavigatorExperimental:** Integrated NavigatorExperimental.
11+
- **React Native Router Flux:** Added.

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## Native Starter Kit v6.0.0
2+
## Native Starter Kit v6.1.0
33

44
### A Starter Kit for [React Native](https://facebook.github.io/react-native/docs/getting-started.html) + [NativeBase](http://nativebase.io/) + [Navigation Experimental](https://facebook.github.io/react-native/docs/navigation.html#navigationexperimental) + [Redux](http://redux.js.org) + [CodePush](https://github.com/Microsoft/react-native-code-push) Apps (iOS & Android)
55

@@ -11,7 +11,7 @@
1111
![Native-Starter-Kit](/Screenshots/logo.png)
1212

1313

14-
#### A simple starter project for [React Native](https://facebook.github.io/react-native/docs/getting-started.html) + [NativeBase](http://nativebase.io/) + [Navigation Experimental](https://facebook.github.io/react-native/docs/navigation.html#navigationexperimental) + [Redux](http://redux.js.org) + [CodePush](https://github.com/Microsoft/react-native-code-push) apps on iOS and Android.
14+
#### A simple starter project for [React Native](https://facebook.github.io/react-native/docs/getting-started.html) + [NativeBase](http://nativebase.io/) + [React Native Router Flux](https://github.com/aksonov/react-native-router-flux) + [Redux](http://redux.js.org) + [CodePush](https://github.com/Microsoft/react-native-code-push) apps on iOS and Android.
1515

1616
No need of reinventing the wheel. To have immediately something to continue building on, it would be best to start from some starter kit for getting React Native - based applications off the ground in a hurry.
1717

@@ -79,9 +79,11 @@ The CodePush plugin helps get product improvements in front of your end users in
7979

8080

8181

82-
### [Navigation Experimental](https://facebook.github.io/react-native/docs/navigation.html#navigationexperimental)
83-
84-
NavigationExperimental allows any view to act as a navigation view and using reducers to manipulate state at a top-level object.
82+
##[React Native Router Flux](https://github.com/aksonov/react-native-router-flux)
83+
[React Native Router Flux](https://github.com/aksonov/react-native-router-flux) is a routing package that allows you to:
84+
* Define scene transitions in one central location
85+
* Without having to pass navigator objects around, and allow you to
86+
* Call transitions anywhere in your code with a simple syntax.
8587

8688

8789

0 commit comments

Comments
 (0)