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 to react-native and react-native-windows 0.42 #53

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

ryanlntn
Copy link

Updates to latest react-native and react-native-windows.

new RNSendIntentPackage(),
new LinearGradientPackage(),
new FBSDKPackage(),
new CodePush(null, this, BuildConfig.DEBUG),
Copy link
Member

@rozele rozele Feb 24, 2017

Choose a reason for hiding this comment

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

Looks like a lot of duplicate packages in here, did you run react-native link? #Closed

Copy link
Author

@ryanlntn ryanlntn Feb 24, 2017

Choose a reason for hiding this comment

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

@rozele I guess I must have. I must have missed that in all the noise from applying the gitignore. #Closed

import com.burnweb.rnsendintent.RNSendIntentPackage;
import com.BV.LinearGradient.LinearGradientPackage;
import com.facebook.reactnative.androidsdk.FBSDKPackage;
import com.microsoft.codepush.react.CodePush;
Copy link
Member

@rozele rozele Feb 24, 2017

Choose a reason for hiding this comment

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

Duplicates here too. #Closed

@@ -73,7 +73,7 @@ public override bool UseDeveloperSupport
private class F8Package : IReactPackage
{
#if !PRODFBAPP
private const string F8AppID = "100794426989995";
private const string F8AppID = "223301094807367";
Copy link
Member

@rozele rozele Feb 24, 2017

Choose a reason for hiding this comment

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

223301094807367 [](start = 44, length = 15)

I think we should hold off on this change for now, it's probably not a good idea to check in these app IDs anyway... #Closed

@rozele
Copy link
Member

rozele commented Feb 24, 2017

🕐

"react-native-share": "^1.0.11",
"react-native-windows": "^0.28.1",
"react-native-share": "ryanlntn/react-native-share#update-0.42",
"react-native-windows": "0.42.0-rc.0",
Copy link
Member

Choose a reason for hiding this comment

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

Is this out for PR? Any chance this is going to be merged?

Choose a reason for hiding this comment

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

PR for react-native-share: react-native-share/react-native-share#109

@rozele
Copy link
Member

rozele commented Mar 2, 2017

Did you confirm that iOS and Android work? Does it make sense to file a separate PR upstream to fbsamples/f8app to get the app upgraded?

@ryanlntn
Copy link
Author

ryanlntn commented Mar 2, 2017

I have not confirmed that iOS and Android work yet. I'll need to get parse setup on OSX to do that. Looking at this open PR I suspect there will be some issues. I don't know how actively fbsamples/f8app is being maintained. It doesn't look like there's been much activity since last summer.

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.

3 participants