-
Notifications
You must be signed in to change notification settings - Fork 0
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
News Feed + React Native #735
Conversation
…LDTReactView IBOutlet
@@ -36,6 +38,19 @@ | |||
</dict> | |||
<key>LSRequiresIPhoneOS</key> | |||
<true/> | |||
<key>NSAppTransportSecurity</key> | |||
<dict> | |||
<key>NSAllowsArbitraryLoads</key> |
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.
Another todo: Restrict the domains to only the LTD News WP domains? Or do we need this here in order to render any full article URL in the LDTNewsArticleViewController
?
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.
Opened #751 to commit against
News Feed + React Native
Adds React Native into the project, and uses it to render the LDT News Feed.
TODO:
(JS_DIR=
pwd/ReactComponent; cd node_modules/react-native; npm run start -- --root $JS_DIR)
curl 'http://localhost:8081/index.ios.bundle?platform=ios&dev=true' -o main.jsbundle