React Native Demo
Fetch RSS contents from following sources and display them.
- App Center Dev Blog: https://devblogs.microsoft.com/appcenter/feed/
- Apple Developer: https://developer.apple.com/news/rss/news.rss
- Xamarin Dev Blog: https://devblogs.microsoft.com/xamarin/feed/
yarn install
# Build iOS
yarn ios
# Build Android
yarn android
If you want to test with your own CodePush configuration, please update following fields:
Update the CodePushDeploymentKey
and CodePushPublicKey
in strings.xml file with your own values.
Update the CodePushDeploymentKey
and CodePushPublicKey
in Info.plist file with your own values.
appcenter codepush release-react -a <ownerName>/<appName> -d Staging -k <pathToPrivateKeyFile>
For example:
appcenter codepush release-react -a KevinApps/RSSReader-RN-Android -d Staging -k ./private.pem