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

fix(dependencies): make react-native-app-intro work with React 16 #399

Closed
wants to merge 4 commits into from
Closed

fix(dependencies): make react-native-app-intro work with React 16 #399

wants to merge 4 commits into from

Conversation

Ernoff
Copy link
Contributor

@Ernoff Ernoff commented Oct 1, 2017

Instead of finding alternative and changing the respective code, I just went along to help fix react-native-app-intro by including prop-types as needed thereby making it compatible with React 16.^

Kindly review and send feedback where needed.

#395

Add prop-types to react-native-app-intro. Faster means of fixing bug than finding an alternative and
changing cod

#395
Add username to contributors
package.json Outdated
@@ -57,7 +57,7 @@
"react": "16.0.0-alpha.12",
"react-native": "0.48.1",
"react-native-actionsheet": "^2.2.0",
"react-native-app-intro": "^1.1.5",
"react-native-app-intro": "https://github.com/Ernoff/react-native-app-intro.git#updated-packageJson",
Copy link
Member

Choose a reason for hiding this comment

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

👏 Though it would be sweet if you could publish on NPM if at all possible so we don't have too many GitHub repos in the package.json.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay Great!!
I will get down to it

@andrewda andrewda changed the title Fix react-native-app-intro error fix(dependencies): make react-native-app-intro work with React 16 Oct 1, 2017
replace react-native-app-intro with rn-app-intro to cater for React v16.^

#399
@housseindjirdeh
Copy link
Member

housseindjirdeh commented Oct 1, 2017

Thanks a million @Ernoff, looks like you've addressed publishing to a package #400 so will close this 🙌

housseindjirdeh pushed a commit that referenced this pull request Oct 1, 2017
…400)

* fix(dependencies): Fix dependency issue of react-native-app-intro

Add prop-types to react-native-app-intro. Faster means of fixing bug than finding an alternative and
changing cod

#395

* docs(contributors): Add username

Add username to contributors

* fix(dependencies): package fix into a node package

replace react-native-app-intro with rn-app-intro to cater for React v16.^

#399

* docs: update contributors
housseindjirdeh pushed a commit that referenced this pull request Oct 2, 2017
* fix(dependencies): Fix dependency issue of react-native-app-intro

Add prop-types to react-native-app-intro. Faster means of fixing bug than finding an alternative and
changing cod

#395

* docs(contributors): Add username

Add username to contributors

* fix(dependencies): package fix into a node package

replace react-native-app-intro with rn-app-intro to cater for React v16.^

#399

* docs: update contributors

* chore(login screen): remove unnecessary braces

remove unneccesary braces that arose from my keyboard malfunctioning

* chore(login screen): remove trailing braces

remove trailing and irrelevant braces within login screen

* chore(brace clean up): one more brace to delete

410
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.

None yet

3 participants