Commit Graph

13 Commits

Author SHA1 Message Date
BO KANG
6d878bcde2 Automate test (#704)
* test automation

* accept PR comments and update the script.

* upgrade the auto script

* update the script comment.

* tackle all comments.
2017-02-21 14:57:22 -08:00
BO KANG
d2fa91eb61 Revert "Test automation" (#700) 2017-02-13 16:28:05 -08:00
Alexander Bodalevsky
be96f07eda Added React Native Windows dotNet46 support (#684)
Added support react-native-windows dotNet
Added example for react-native-windows UWP based
Added example for react-native-windows dotNet based

Project structure:

CodePush.Shared - shared code between UWP and dotNet
CodePush - UWP specific code
CodePush.Net46 - dotNet specific code

For UWP solution it needs to be added the following projects:

CodePush.Shared
CodePush
For dotNet solution it needs to be added the following projects:

CodePush.Shared
CodePush.Net46
Examples:

Examples\CodePushDemoApp\windows\CodePushDemoApp.sln the solution contains both examples (UWP and dotNet).

Notes

Example for ARM configuration has not been tested. Since there is no changes in UWP part of implementation, there is low risk of failure.

In this implementation we tried to reuse UWP library as much as possible. The following issues are relevant for both platforms:

ZipFile.ExtractToDirectory is not reliable and throws exception if:
folder exists already
path is too long (> 250 chars)
Un-zipping is quite long operation. Does it make sense for async?
await UpdateUtils.UnzipBundleAsync(downloadFile.Path, unzippedFolder.Path);
2017-02-13 16:23:20 -08:00
BO KANG
fc7c109535 Test automation (#687)
* accept PR comments and update the script.
2017-02-13 15:09:41 -08:00
Geoffrey Goh
60a5588398 Update .gitignore 2016-08-30 13:08:00 -07:00
Ian Grayson
f6ea4ec00d [Android] Support React instances with no Activity
This change aims to support applications which run React Native's catalyst instance in the background, sometimes without an activity.

We're using this change today in an RN 0.27 application, which overrides `ReactActivity#createReactInstanceManager` to afford us control of the instance's lifecycle, so that we may run and launch without an `Activity` (i.e., in response to push notifications and other triggers).

If we agree with this approach, I'll update this PR with documentation/etc.
2016-08-29 13:52:28 -07:00
scottbommarito
9dc638a8ab pr comment fix 2016-06-17 12:51:24 -07:00
scottbommarito
f8a744b4e9 fixes to make npm load it automatically 2016-06-15 16:55:09 -07:00
scottbommarito
031fc606e0 remove checked in node_modules code whoops 2016-06-15 16:31:06 -07:00
scottbommarito
7d26a141ea check in node_modules/code-plugin-testing-framework
waiting on pm
2016-06-13 10:33:34 -07:00
Geoffrey Goh
25e3eb67f3 android support 2015-11-23 12:02:01 -08:00
Geoffrey Goh
95e77a1fd4 add DS_Store to gitignore 2015-10-06 20:27:39 -07:00
Will Anderson
cd5e40fed9 Add React Native app stub to examples folder 2015-06-02 22:56:28 -07:00