17 Commits

Author SHA1 Message Date
Yavor Georgiev
6b07937c8b Upgrade react-test-app to RN 0.40 (#784)
* Upgrade react-test-app to RN 0.40.

* Give the test harness enough time to subscribe

to the `realm-test-names` event

* Disable parallel builds in the test app

http://stackoverflow.com/questions/41477241/react-native-xcode-upgrade-and-now-rctconvert-h-not-found

* Update ReactExample to RN 0.40.0
2017-01-10 14:00:23 +01:00
Karson Miller
5e9333b699 no message 2016-02-18 15:30:44 -08:00
Scott Kyle
c64524f985 Test that example app loads properly
Re-using the existing React testing class to hook into the example app. Right now, the test is extremely basic but is able to be expanded later.

Resolves #36
2016-02-15 15:47:07 -08:00
Scott Kyle
2bdb6bfa28 Convert Example app to use ES6 import syntax 2016-02-15 15:40:55 -08:00
Scott Kyle
5edeefbb17 Add beta licenses to example app files 2015-10-28 10:50:31 -07:00
Scott Kyle
549c2ceff7 Refactor and re-style example app 2015-10-28 10:48:16 -07:00
Ari Lazier
131123ff9a first end to end rpc call 2015-10-06 14:52:49 -06:00
Scott Kyle
bf1ecfbb07 Initial concept of JS for Chrome debugging
The idea is that we will have an NPM module that should always be required to use the Realm JS API. It will handle the underlying implementation details depending on which environment it is being run in (i.e. JavaScriptCore, Chrome, Node).

The focus here was on stubbing out the machinery required to get React Native Chrome debugging working with the Realm API by leveraging synchronous requests. The app itself will need to run a web server that responds to these requests.
2015-10-01 22:56:47 -07:00
Ari Lazier
8ca8a24913 ARRAY -> LIST 2015-09-30 10:51:04 -07:00
Ari Lazier
aa78436f53 use capitalized names for enums/constants 2015-09-30 10:41:47 -07:00
Ari Lazier
8f466d47b1 Type -> Types 2015-09-29 15:14:39 -07:00
Ari Lazier
a7662af484 RealmType -> Realm.Type 2015-09-29 14:53:33 -07:00
Ari Lazier
e3a677bba7 example style change 2015-08-28 15:22:56 -07:00
Ari Lazier
36703bebcb fix for last fix to example 2015-08-28 13:37:03 -07:00
Ari Lazier
1cda5ad4b4 fix for example first run 2015-08-28 13:34:53 -07:00
Ari Lazier
ccd2301d9e todo example 2015-08-24 09:22:37 -07:00
Ari Lazier
bf11885df8 new react example 2015-08-13 10:29:37 -07:00