-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from shipt/development
V1.0.1 release
- Loading branch information
Showing
5 changed files
with
52 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Change Log | ||
|
||
## v1.0.1 | ||
|
||
- Minor dependency updates | ||
- Add example project installation instructions | ||
|
||
## v1.0.0 | ||
|
||
- The Segmented Arc for React Native is ready to use! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# React Native Example Project | ||
|
||
To run the example project you need to go to the _example_ folder and run the following commands: | ||
|
||
## Installation | ||
|
||
1. Run `yarn` to install Segmented Arc for React Native and all other dependencies | ||
2. Run `yarn pod` to install CocoaPods dependencies | ||
|
||
## Start The Project | ||
|
||
To start the example project run: | ||
|
||
1. Run `yarn start` to start the example project | ||
2. Run `yarn ios` in a different terminal tab to run the example app in the iOS simulator or `yarn android` to run the example app in the Android emulator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters