-
Notifications
You must be signed in to change notification settings - Fork 426
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
Update expo example #101
Conversation
@@ -71,15 +68,16 @@ export default class ProgressChart extends React.Component { | |||
backgroundWidth={5} | |||
fill={fill} | |||
tintColor="#00e0ff" | |||
onAnimationComplete={() => console.log('onAnimationComplete')} |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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
Looking good! If you could rebase on the latest master and fix the comments it can be merged |
Done - I'll let you merge. |
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 runningyarn start
- no need to install expo globally.This move does not require a minor version bump, a patch will suffice.
Awaiting approval from @markusl