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

Upgrade to React Native 0.60 #212

Merged
merged 8 commits into from
Sep 1, 2019
Merged

Upgrade to React Native 0.60 #212

merged 8 commits into from
Sep 1, 2019

Conversation

alexsegura
Copy link
Member

@alexsegura alexsegura commented Aug 31, 2019

Fixes #206
Fixes #174
Fixes #173

TODO

  • Remove ios/Pods from version control
  • Make sure file upload works (rn-fetch-blob)
  • Cleanup dependencies in android/build.gradle & android/app/build.gradle (use auto-linking)
  • Make sure keeping screen awake works (react-native-keep-awake)
  • Use PushNotificationIOS from react-native-community
  • Make sure notifications work

@alexsegura
Copy link
Member Author

alexsegura commented Sep 1, 2019

[!] use_native_modules! skipped the react-native dependency 'react-native-open-settings'. No podspec file was found.
    - Check to see if there is an updated version that contains the necessary podspec file
    - Contact the library maintainers or send them a PR to add a podspec. The react-native-webview podspec is a
    good example of a package.json driven podspec. See
    https://github.com/react-native-community/react-native-webview/blob/master/react-native-webview.podspec
    - If necessary, you can disable autolinking for the dependency and link it manually. See
    https://github.com/react-native-community/cli/blob/master/docs/autolinking.md#how-can-i-disable-autolinking-for-unsupported-library

lunarmayor/react-native-open-settings#21

@alexsegura alexsegura force-pushed the upgrade-rn-0.60 branch 4 times, most recently from 14a2bcb to 5561224 Compare September 1, 2019 11:37
@alexsegura alexsegura merged commit 5057ce5 into master Sep 1, 2019
@alexsegura alexsegura deleted the upgrade-rn-0.60 branch September 1, 2019 15:36
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.

Upgrade to React Native 0.60.x Configure CocoaPods properly Use the new build system in XCode 10
1 participant