James Ide
1b5b42f3cb
Remove npm 2 recommendation
...
Summary:
npm 3 is working fine especially if you use shrinkwrap at the end. we've been using it for a month+ and the dependency deduping works well.
Closes https://github.com/facebook/react-native/pull/5391
Reviewed By: svcscm
Differential Revision: D2839472
Pulled By: androidtrunkagent
fb-gh-sync-id: 33e551185236694ee5979da701312f12e2582f3c
2016-01-18 17:37:32 -08:00
Håvard Fossli
0c53c6f7ed
Notes about app transport security
...
The error message wasn't very helpful. I didn't understand the problem
until I debugged the `RCTJavaScriptLoader`. So this might be to help for
others.
Squashed commits by @andrewsardone into @hfossli’s [original
commit][oc]:
[oc]: https://github.com/andrewsardone/react-native/commit/39fa5ca95b26014c17b3613de5166a587c8bf4c9
- Expand App Transport Security docs w/ localhost tip
- Tweak ATS error note in EmbeddedAppIOS docs
- Per @satya164’s [recommendation][r], using the exact copy he
recommended.
[r]: https://github.com/facebook/react-native/pull/5290#discussion_r49843876
2016-01-16 10:03:57 -05:00
DougBanksPersonal
3955bebb74
Update EmbeddedAppIOS.md
2015-12-30 14:06:54 -08:00
Terry Yiu
16a29b0b87
Fix EmbeddedAppIOS documentation
...
Fix with correct init call on RCTRootView due to change in method signature from commit 261f9434e5
2015-12-08 14:30:07 -08:00
Pawel Sienkowski
c852e73f5a
[docs] A guide coverin communication between native and RN on IOS.
...
WARNING: I was not able to run the website locally because of a bug, so please test it before merging
2015-11-30 14:38:01 +01:00
James Ide
4fed9bfa7d
[Docs] Suggest installing npm 2 instead of npm 3 for perf reasons
...
npm 3 is really slow compared to npm 2, to the extent that people are reporting bugs.
2015-11-17 11:48:15 -08:00
springuper
eecdd88284
fix missing comma
2015-11-02 15:54:11 +08:00
James Ide
1f00ae787a
[Docs] Update docs to explain how to use local Pod from npm
...
These instructions were already in the docs; just gave them more meat and deleted the old instructions that talked about installing from the Pod repo. Now, we publish only to npm so these instructions are important.
2015-10-23 12:26:25 -07:00
Harry Wolff
6949be63e4
Update documentation with improved Cocoapods workflow
2015-10-18 09:48:48 -04:00
Felix Oghină
aae9f0255f
[docs] add docs for integrating with existing apps on Android
2015-10-14 17:10:47 +01:00