Yee Wong
6568321029
update hoist-non-react-statics to 3.x.x (#3926 )
6 年前
yogevbd
e50c62eb5b
Downgraded detox in order to fix e2e
6 年前
Yogev Ben David
069f1a7408
Upgrade to detox 8.x.x (#3811 )
6 年前
Guy Carmeli
bd4e42fadd
[v2]Shared element transition android (#3632 )
Implement Element transition on Android
This commit adds basic support for Element transition to Android.
Currently, only Shared Transition is supported and only when pushing screens.
There are a few caveats you need to be aware of if you intend to use
this feature in its current state:
1. Since elements need to be laid out before the transition can start, Set `waitForRender: true` when pushing the destination screen.
2. Fade animation has to be used when pushing screens with shared elements.
API
```js
options: {
animations: {
push: {
waitForRender: true,
content: {
alpha: {
from: 0,
to: 1,
duration: 250
}
}
}
},
customTransition: {
animations: [
]
}
}
```
6 年前
emiyake
94e0d4630a
Moved all @types as devDependencies (#3639 )
6 年前
Daniel Zlotin
a5f481fa06
updated docs
6 年前
Guy Carmeli
390c83ae6a
Support RN 0.56
This commit also upgrades TypeScript to version 2.9.x
6 年前
Shalom Yerushalmy
b475679c4b
Test jest html reporter (#3403 )
* test
* Added jest coverage reporter html for Jenkins
6 年前
Daniel Zlotin
6700be075f
better support for static functions
6 年前
Shalom Yerushalmy
3c3da0454f
Migrate to jest (#3343 )
* Migrate to jest to support parallel ios simulator from detox
* When e2e lint only ts or js files
* Remove mocha from deps and decrease from 480000ms to 180000ms
6 年前
Daniel Zlotin
c5948d1d75
merge static memebers from wrapped components #3322
6 年前
Guy Carmeli
13b4bc7218
[BREAKING] Support RN 0.55 (#3342 )
* Support RN 0.55.4
This commit adds support for RN 0.55.4 by introducing version specific build flavors - reactNative51
* Update scripts after introducing build flavors
* Update Android installation instruction on specifying build flavor
6 年前
Shalom Yerushalmy
c0c0e97028
Bumped detox version
6 年前
Guy Carmeli
8bc56e304d
Remove lock file and lock RN version to 0.51.1
6 年前
Shalom Yerushalmy
f5df828e1b
Testing new multi pr job (#3287 )
* Testing new multi pr job
* Disable unmounts when dismissed
6 年前
Shalom Yerushalmy
06275eb229
Change Android device to Pixel_2_API_26
6 年前
Shalom Yerushalmy
a6968eaaec
Lock detox on 7.3.6 for passing CI
6 年前
Daniel Zlotin
fdcb7aad15
support interface docs
6 年前
Daniel Zlotin
7f515c898e
docs ready.. more or less
6 年前
Daniel van der Merwe
7ba0f155a5
Update package.json to reference typings (#3086 )
6 年前
Daniel Zlotin
76533af4d1
gen-docs WIP
6 年前
Nicolás Castellanos
83ab78701f
Migrate to react v16.3 lifecycle (#2991 )
* Migrate to react v16.3 lifecycle & Add backward compatibility for older React versions
* remove yarn.lock
6 年前
Daniel Zlotin
9f79a7ab55
copied all work from typedoc-markdown-creator
6 年前
Guy Carmeli
328710f380
lock typescirpt version
6 年前
yogevbd
78b6fa0e25
package.json dependencies fix react-native version
6 年前
Daniel Zlotin
f63910e212
removed old docs generation, working on a side project to accomplish that
6 年前
Shalom Yerushalmy
00211ea5f1
Put coverage back to 100
6 年前
Shalom Yerushalmy
03e331dc63
Reduce js coverage to 99.5 due to jenkins bug
6 年前
Daniel Zlotin
2b7f2bf607
fix unit tests
6 年前
Daniel Zlotin
c588004290
removed android e2e with uiautomator, replaced by detox tests
6 年前
Daniel Zlotin
931d8a4ae4
Auto docs WIP (#2799 )
* update api jsdoc
* iniline some properties
* add typedoc
* remove typedoc
* try again with typedoc
* explicit types
* docs
* try handlerbars
* working on docs
* update docs
* html
* removed old md
* trying stuff
* fix lint
* working on docs
* trying with themes
* something works
* trying to use automatically
* working on docs
* docs
* docs
* docw
* auto docs
* rename
* local-docs no cache
* automating
* ts-node
* working on something cool
* temp
* try fix travis
* Revert "try fix travis"
This reverts commit 5bcb54659b .
* removed dead files
* main readme inside docs
* softlink
* softlink
* docs working
6 年前
Daniel Zlotin
410b603a67
e2e on iPhone X
6 年前
Daniel Zlotin
f15f5dae7c
build before release
6 年前
yogevbd
bf30cf1452
WIP - Detox e2e for android (#2673 )
* detox android support
* detox android support
* android detox fixes
* android fixes
* more android e2e fixes
* typo fix
* build fix
* remove specific test for ios
* Update DetoxTest.java
* lint fix
* fixed typo
* Update ViewController.java
* added script for android detox e2e
* detox android support
* android detox fixes
* android fixes
* more android e2e fixes
* typo fix
* build fix
* remove specific test for ios
* Update DetoxTest.java
* lint fix
* fixed typo
* Update ViewController.java
* added script for android detox e2e
* e2e test fixes
* Update Orientations.test.js
* Update ScreenStack.test.js
* Update ScreenStyle.test.js
* Update TopLevelApi.test.js
6 年前
Daniel Zlotin
372e6541e3
update deps
6 年前
Daniel Zlotin
1945e247ed
tslint instead of xo and eslint
6 年前
Daniel Zlotin
ce48e0032c
typescripting
6 年前
yogevbd
480cbe7e93
upgrade react native 51
6 年前
Daniel Zlotin
3ee6634e71
configuring typscript
6 年前
Daniel Zlotin
ee675c516f
migrate to using regular export
6 年前
Daniel Zlotin
9dcaa97cdb
working
6 年前
Daniel Zlotin
82df2e4082
init
6 年前
Daniel Zlotin
c461d05f6f
fix tests
6 年前
Roman Kozlov
a9e2068508
Topbar v2 (#2413 )
* readme
* doc
* topbar fix
* rm doc
* options presenter fix
* rm userless stuff
* WIP
* WIP
* WIP
* translation
* WIP
* todo
* draw under
* fix merge
* merge fix
* more merge fix
* improve calc
* animation improvement
* fix tests
* refactor
* refctor
* tests
* fix test
* anim improve
* rm outdated
* refactoring
* more refactoring
* tests
* refactor
* hotfix
* more refactoring
* refactor
* some more refactoring
* refactor
* Collapse topbar
6 年前
Daniel Zlotin
3f8cf78eb5
Fixing stuff (#2456 )
* fixing android tests
* update deps
6 年前
Daniel Zlotin
6190df2606
update deps
6 年前
yogevbd
8ff90efd3d
V2 rn49 (#2411 )
* largeTitleFix
* update to rn 49 - reload still not working on ios
* bridge fix
* small fixes
* testing with rn50
* removed package-lock
* go back to 49, problem with android in 50
6 年前
Daniel Zlotin
5075b99f00
try fix travis
6 年前
Daniel Zlotin
459cb003d9
try fix travis by recording and uploading video
6 年前
Daniel Zlotin
ccf5178f03
temp try fix travis
6 年前