Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update expo example #101

Merged
merged 3 commits into from
Nov 22, 2017
Merged

Update expo example #101

merged 3 commits into from
Nov 22, 2017

Conversation

Jacse
Copy link
Collaborator

@Jacse Jacse commented Nov 20, 2017

This PR deletes the old expo example and moves the code to a newly initialised expo example folder, example, which is already covered in .npmignore. Testing and launching is now as easy as cloning and running yarn start - no need to install expo globally.

This move does not require a minor version bump, a patch will suffice.

Awaiting approval from @markusl

@@ -71,15 +68,16 @@ export default class ProgressChart extends React.Component {
backgroundWidth={5}
fill={fill}
tintColor="#00e0ff"
onAnimationComplete={() => console.log('onAnimationComplete')}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to keep this as part of example since it is useful to see that the feature actually works while running the app

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool with me 👍 Any other thoughts?

example/app.json Outdated
@@ -0,0 +1,5 @@
{
"expo": {
"sdkVersion": "22.0.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest version seems to be 23

@markusl
Copy link
Collaborator

markusl commented Nov 21, 2017

Looking good! If you could rebase on the latest master and fix the comments it can be merged

@Jacse
Copy link
Collaborator Author

Jacse commented Nov 22, 2017

Done - I'll let you merge.

@markusl markusl merged commit a6e168d into master Nov 22, 2017
@markusl markusl deleted the expo-example branch November 22, 2017 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants