Commit Graph

145 Commits

Author SHA1 Message Date
Alex Kotliarskyi 4d077f4ee8 Fix few paths for react-native cli scripts 2015-03-22 14:04:55 -07:00
Alex Kotliarskyi df73a485cc Allow react-native init <project-or-dir-name> 2015-03-22 13:27:32 -07:00
Christopher Chedeau 616e29f723 Update Network.md 2015-03-22 09:33:24 -07:00
Christopher Chedeau 136d9691c9 Update NativeModulesIOS.md
Linkify code and better warning/note formatting
2015-03-21 19:12:09 -07:00
Christopher Chedeau bc5181e96e Update NativeModulesIOS.md 2015-03-21 18:16:49 -07:00
Alex Kotliarskyi e1d629c2eb Native Modules Guide: address feedback from #176 2015-03-21 17:43:43 -07:00
Christopher Chedeau f2dd966fd8 Merge pull request #176 from frantic/native-modules-guide
Add Native Modules (iOS) guide
2015-03-21 14:20:57 -07:00
Alex Kotliarskyi 822e659177 Add Native Modules (iOS) guide 2015-03-21 11:39:34 -07:00
Christopher Chedeau 1899516a52 Update Image.md
s/ix/require('image!')/
2015-03-21 11:04:05 -07:00
Christopher Chedeau 4f8a86e8d7 Website tweaks 2015-03-21 10:59:41 -07:00
Christopher Chedeau edb9322fe4 Merge pull request #175 from vjeux/update9
Updates from Fri 20 Mar
2015-03-21 10:38:21 -07:00
Christopher Chedeau a66fad52b6 Updates from Fri 20 Mar
- declare timeoutID | Basil Hosmer
- [react-packager] Allow entry point extensions like .ios.js | Amjad Masad
- [react-native] Use SpreadProperty to make react-docgen happy | Felix Kling
- clean Examples/2048 | Basil Hosmer
- [ReactNative] Adjust packager default root when running from within node_modules | Alex Kotliarskyi
- [ReactNative] Add missing websocket dependency | Alex Kotliarskyi
- [react-packager] change all but one `ix` to `require` | Amjad Masad
2015-03-21 10:23:15 -07:00
Christopher Chedeau 17d5182b6c Merge pull request #171 from vjeux/update8
Updates from Thu 19 Mar
2015-03-20 16:31:07 -07:00
Christopher Chedeau 031266fbdf Updates from Thu 19 Mar
- [ReactNative] Add root package.json name back | Tadeu Zagallo
- [react-packager] Make sure projectRoots is converted to an array | Amjad Masad
- [ReactNative] Init script that bootstraps new Xcode project | Alex Kotliarskyi
- [ReactNative] New SampleApp | Alex Kotliarskyi
- [ReactNative] Touchable invoke press on longPress when longPress handler missing | Eric Vicenti
- [ReactNative] Commit missing RCTWebSocketDebugger.xcodeproj | Alex Kotliarskyi
- [ReactNative] Add Custom Components folder | Christopher Chedeau
- [react-packager] Hash cache file name information to avoid long names | Amjad Masad
- [ReactNative] Put all iOS-related files in a subfolder | Alex Kotliarskyi
- [react-packager] Fix OOM | Amjad Masad
- [ReactNative] Bring Chrome debugger to OSS. Part 2 | Alex Kotliarskyi
- [ReactNative] Add search to UIExplorer | Tadeu Zagallo
- [ReactNative][RFC] Bring Chrome debugger to OSS. Part 1 | Alex Kotliarskyi
- [ReactNative] Return the appropriate status code from XHR | Tadeu Zagallo
- [ReactNative] Make JS stack traces in Xcode prettier | Alex Kotliarskyi
- [ReactNative] Remove duplicate package.json with the same name | Christopher Chedeau
- [ReactNative] Remove invariant from require('react-native') | Christopher Chedeau
- [ReactNative] Remove ListViewDataSource from require('react-native') | Christopher Chedeau
- [react-packager] Add assetRoots option | Amjad Masad
- Convert UIExplorer to ListView | Christopher Chedeau
- purge rni | Basil Hosmer
- [ReactNative] s/render*View/render/ in <WebView> | Christopher Chedeau
2015-03-20 16:24:35 -07:00
Christopher Chedeau 980217c543 Merge pull request #173 from frantic/packager-logs
Manually start packager and print logs when tests fail
2015-03-20 15:22:07 -07:00
Alex Kotliarskyi 61d40c04a2 Use -F instead of cat 2015-03-20 15:05:54 -07:00
Alex Kotliarskyi aa4520345b Use watchman on Travis 2015-03-20 14:52:23 -07:00
Alex Kotliarskyi 6f727bc811 Manually start packager and print logs when tests fail 2015-03-20 14:41:02 -07:00
Amjad Masad 98097caa6f react-native-cli initial commit
A cli package that is responsible for:
* starting a new react-native project
* forwarding all other commands to a cli module in react-native
* currently cli.js knows how to start the webserver, in the future it may do things like build the app etc.
2015-03-19 17:48:23 -07:00
Christopher Chedeau e2e123c2ab Random changes in the website 2015-03-19 13:55:59 -07:00
Tadeu Zagallo c656cd9f24 Merge pull request #169 from andrewimm/master
Return the appropriate status code from XHR
2015-03-19 15:45:25 +00:00
Andrew Imm b66424ebe4 Return the appropriate status code from XHR 2015-03-19 02:02:51 -07:00
Christopher Chedeau ca9f1e5e95 Merge pull request #166 from vjeux/update7
Updates from Wed 18 Mar
2015-03-18 16:06:34 -07:00
Christopher Chedeau 06a87bec25 Updates from Wed 18 Mar
- [ReactNative] Add AsyncStorageTest | Spencer Ahrens
- [ReactNative] Add timers integration test | Spencer Ahrens
- [ReactNative] Remove ExpandingText | Tadeu Zagallo
- [TouchableHighlight] Preserve underlay style when restoring inactive props | Christopher Chedeau
- clean flow errors in react-native-github | Basil Hosmer
- [ReactNative] Sort React Native exports into two groups, Components and APIs | Christopher Chedeau
- [ReactNative] Rename Slider to SliderIOS | Tadeu Zagallo
- [react_native] JS files from D1919491: Improve JS logging | Martin Kosiba
- [ReactNative] Add TimerExample | Spencer Ahrens
- [RFC][ReactNative] increase timer resolution | Spencer Ahrens
- [ReactNative] Strip prefixes from NativeModules keys | Spencer Ahrens
- [ReactNative] Small docs cleanup in ActivityIndicatorIOS and DatePickerIOS | Christopher Chedeau
- [ReactNative] Improvements on perf measurement output | Jing Chen
- [ReactNative] Clean up Touchable PropTypes | Christopher Chedeau
- [ReactKit] Fail tests when redbox shows up | Alex Kotliarskyi
2015-03-18 15:57:49 -07:00
Alexander Kotliarskyi cdcaaa2f6b Travis: fail build early if tests fail 2015-03-18 10:35:49 -07:00
sahrens 9b4110d4dd Merge pull request #162 from sahrens/master
Add IntegrationTests to travis CI.
2015-03-17 23:36:08 -07:00
Spencer Ahrens e1143dea9b Add IntegrationTests to travis CI. 2015-03-17 21:53:25 -07:00
Christopher Chedeau 55598f913c [website] Expose all the functions exported by react-native in the docs 2015-03-17 20:41:06 -07:00
Christopher Chedeau fffc213d09 Merge pull request #158 from vjeux/update6
Updates from Tue 17 Mar
2015-03-17 14:15:46 -07:00
Christopher Chedeau f7cf017d29 Updates from Tue 17 Mar
- [ReactNative] Remove pushNotification prop from renderApplication | Eric Vicenti
- [react_native] Stub VibrationIOS on Android | Andy Street
- [ReactNative] Simplify and test interpolators | Christopher Chedeau
- [ReactNative] Increase timeout for obj-c tests | Christopher Chedeau
- [ReactNative] Updated RKText to new UIManager system | Nick Lockwood
- [ReactNative] Unforked RCTShadowView, moved RKTextView into FBReactKitTextModule | Nick Lockwood
- [ReactKit] Remove NativeModulesDeprecated | Spencer Ahrens
- [ReactNative] Allow single callbacks in NativeModules | Spencer Ahrens
- [ReactNative] s/RK/RCT in OSS | Spencer Ahrens
- [ReactNative] Cleanup StyleSheet API | Christopher Chedeau
- [RCTVibration] Basic Vibration API | Christopher Chedeau
- [React Native] Prevent crash in redbox code with two thrown errors | Ben Alpert
- [ReactNative] unbreak Android | Andrew Rasmussen
2015-03-17 13:43:53 -07:00
Christopher Chedeau 299dea8594 Merge pull request #157 from vjeux/update5
Updates from Mon 16 Mar
2015-03-16 19:36:06 -07:00
Christopher Chedeau 2b66b21c95 Updates from Mon 16 Mar
- [ReactNative] Share same server port for debugger proxy | Alex Kotliarskyi
- [react-packager] small fixes to image loader | Amjad Masad
- [ReactNative] NetworkInformation.reachability API w/ example | Eric Vicenti
- [ReactNative] Put launchOptions in RCTPushNotificationManager | Andrew Rasmussen
- [ReactNative] Improve PixelRatio documentation | Christopher Chedeau
2015-03-16 19:01:28 -07:00
Felix Kling 84207f2ec8 Use npm version of react-docgen 2015-03-16 15:06:57 -07:00
Spencer Ahrens 9b95a896e9 Cleanup doc text. 2015-03-16 11:49:31 -07:00
Christopher Chedeau 85a13b48eb [website] Do not absorb spaces in markdown comments 2015-03-16 09:24:33 -07:00
Christopher Chedeau 71b22914b4 Merge pull request #152 from vjeux/update4
Updates from Sun 15 Mar
2015-03-15 21:27:35 -07:00
Christopher Chedeau 4d598fe4fb Use after_success instead of script, to hopefully get back xcode tests 2015-03-15 21:21:39 -07:00
Christopher Chedeau 90164c3638 Updates from Sun 15 Mar
- [ReactNative] Add website to blacklist | Christopher Chedeau
- Ported ART to new UIManager | Nick Lockwood
- [ReactNative] Fix File Watcher test | Christopher Chedeau
- [ReactNative] OSS Interaction Manager | Christopher Chedeau
2015-03-15 21:17:50 -07:00
Christopher Chedeau 3b2e61a912 Let's try one more time 2015-03-15 21:16:49 -07:00
Christopher Chedeau 25aafc3e7a Only publish the website for committed changes 2015-03-15 21:08:17 -07:00
Christopher Chedeau a68f2b50a4 Trying again... 2015-03-15 20:27:08 -07:00
Christopher Chedeau 0001b9845d Attempt n+1 2015-03-15 20:16:48 -07:00
Christopher Chedeau 7c9969025e Make the publish script exit with code 0 even if there's nothing changed 2015-03-15 20:06:18 -07:00
Christopher Chedeau 591d7b321f Make the publish script faster by not converting all the files on every file 2015-03-15 19:54:14 -07:00
Christopher Chedeau ad3192c360 Attempt #5 2015-03-15 19:32:59 -07:00
Christopher Chedeau 9acf831624 Force new travis build 2015-03-15 19:24:38 -07:00
Christopher Chedeau dfda33bb6f Attempt #3 2015-03-15 18:55:55 -07:00
Christopher Chedeau 6ab5a9ad1e Attempt number #2 at auto-publishing 2015-03-15 18:51:36 -07:00
Christopher Chedeau 1a48ef37f3 Attempt at getting Travis CI to automatically push the website 2015-03-15 18:46:48 -07:00
Christopher Chedeau 032449c54c [Website] Fix typehint parsing and add header between description and props/methods 2015-03-14 18:10:24 -07:00