Tommy Nguyen
aa7ca5396c
docs: remove copyright header from all files ( #667 )
2022-01-05 13:15:59 +01:00
Tommy Nguyen
d1194e425e
fix: use app display name from the manifest ( #276 )
...
The test app currently doesn't use `displayName` from the manifest and
just installs itself as `ReactTestApp`.
2021-02-04 09:07:03 +01:00
Tommy Nguyen
0e11850e2a
fix(Apple): Allow passing options to use_react_native! ( #266 )
...
Allow options to be passed directly to `use_react_native!`, such as
`:hermes_enabled` introduced in 0.64:
```rb
use_test_app! :hermes_enabled => true
```
2021-01-04 11:57:12 +01:00
Tommy Nguyen
412a00099e
refactor(Pods): Forward the block instead of wrapping it in a new one ( #93 )
2020-05-18 21:28:59 +02:00
Tommy Nguyen
1a39ae2114
refactor(Pods): Allow specifying target platform ( #91 )
2020-05-18 15:25:32 +02:00
Tommy Nguyen
e0022d9dba
fix: inconsistent component order on home screen ( #83 )
...
Now allowing the same component to be listed multiple times as well.
Implements https://github.com/microsoft/continuity/issues/61#issuecomment-625212973 .
2020-05-15 23:25:15 +02:00
Tommy Nguyen
628fa07eda
iOS: Use path of `Podfile` as project root ( #74 )
2020-04-23 18:43:43 +02:00
Tommy Nguyen
4a4f92df48
Use Pathname more consistently ( #45 )
2020-03-30 12:22:53 +02:00
Araz Abishov
ceebd15e7c
Loading resources from the manifest on android ( #40 )
...
* Adding support for forked resources in app.json
* Running pod install to update podspec
* Fixing template build
* Using yarn link before installing pods
* Using file name to find res dir
2020-03-28 21:43:59 +01:00
Tommy Nguyen
e9d5d14548
iOS: Generate Xcode project in nearest node_modules folder ( #41 )
2020-03-26 23:44:24 +01:00
Tommy Nguyen
d4d43a45fa
Test resources_pod() ( #30 )
2020-03-25 12:46:26 +01:00
Tommy Nguyen
c89e90c7dd
Configure RuboCop ( #27 )
2020-03-20 22:13:42 +01:00
Tommy Nguyen
eacef783c7
iOS: Prep for React Native 0.61 ( #26 )
2020-03-20 18:58:17 +01:00
Tommy Nguyen
e6b4ac83ce
Add Plop template ( #23 )
2020-03-20 10:27:50 +01:00
Tommy Nguyen
1c073b7b38
iOS: Install resources from app manifest ( #22 )
2020-03-19 18:42:09 +01:00
Tommy Nguyen
3132b8ab10
iOS: Improve syntax for providing targeted pods ( #21 )
2020-03-18 11:52:35 +01:00
Tommy Nguyen
d2d2087ffa
iOS: Use Node to resolve package paths ( #16 )
2020-03-09 14:53:25 +01:00
Tommy Nguyen
b481193495
iOS: Configure ReactTestApp for test actions ( #2 )
2020-01-30 07:50:53 +01:00
Tommy Nguyen
0bd881ee37
Initial iOS implementation ( #1 )
2020-01-29 20:39:45 +01:00