wixmobile
98b296601d
Update package.json version to 5.0.0 [ci skip]
4 years ago
Guy Carmeli
373f20b580
v5 (#5931 )
Merge v5 into master
Highlights of this release
* Easier installation
* autolink and reac-native link support
* Shared Element Transition - reimplemented from scratch and new API
* [iOS] showModal animation api parity
* [Android] Animation values are now declared in dp
* [iOS] deprecate topBar.drawBehind
* [Android] RNN is migrating to Kotlin
closes #5904
4 years ago
wixmobile
e875f59e1e
Update package.json version to 4.8.4 [ci skip]
4 years ago
Yogev Ben David
31c9f5cd9b
Fix wallaby (#5917 )
* Fix wallaby
* Add coverage on tsx files
* Update lib/src/commands/OptionsProcessor.test.ts
Co-authored-by: Guy Carmeli <guyca@users.noreply.github.com >
4 years ago
wixmobile
18a5e92649
Update package.json version to 4.8.3 [ci skip]
4 years ago
wixmobile
10d1d901de
Update package.json version to 4.8.2 [ci skip]
4 years ago
wixmobile
461a8d6387
Update package.json version to 4.8.1 [ci skip]
4 years ago
wixmobile
c557372ebb
Update package.json version to 4.8.0 [ci skip]
4 years ago
wixmobile
088bcab953
Update package.json version to 4.7.1 [ci skip]
4 years ago
wixmobile
68a5de6a7a
Update package.json version to 4.7.0 [ci skip]
4 years ago
wixmobile
6bd5f4b705
Update package.json version to 4.6.1 [ci skip]
4 years ago
wixmobile
420ae6d2b8
Update package.json version to 4.6.0 [ci skip]
4 years ago
wixmobile
d7d4b4d8cc
Update package.json version to 4.5.3 [ci skip]
4 years ago
wixmobile
6155d59f93
Update package.json version to 4.5.2 [ci skip]
4 years ago
wixmobile
aa2c5746c6
Update package.json version to 4.5.1 [ci skip]
4 years ago
wixmobile
5eba3e34de
Update package.json version to 4.5.0 [ci skip]
4 years ago
wixmobile
a3e025c69d
Update package.json version to 4.4.0 [ci skip]
4 years ago
wixmobile
99a7873379
Update package.json version to 4.3.0 [ci skip]
4 years ago
wixmobile
bdfa212c26
Update package.json version to 4.2.0 [ci skip]
4 years ago
wixmobile
e3f5b49369
Update package.json version to 4.1.0 [ci skip]
4 years ago
Yogev Ben David
bfd32cc54d
Remove handlebards dev dependency (#5811 )
4 years ago
wixmobile
dde29d7cf5
Update package.json version to 4.0.9 [ci skip]
4 years ago
wixmobile
3899d4d3de
Update package.json version to 4.0.8 [ci skip]
4 years ago
wixmobile
69cf218950
Update package.json version to 4.0.7 [ci skip]
4 years ago
Guy Carmeli
3b495cd650
Run e2e on Pixel_API_28 emulators (#5780 )
4 years ago
wixmobile
11118c6b81
Update package.json version to 4.0.6 [ci skip]
4 years ago
wixmobile
9f0155dcb1
Update package.json version to 4.0.5 [ci skip]
4 years ago
Pontus Abrahamsson
e53a9feb20
Use lodash submodules to reduce bundle size (#5734 )
Import lodash sub modules
4 years ago
wixmobile
2bde14d615
Update package.json version to 4.0.4 [ci skip]
4 years ago
wixmobile
7a6bc9611c
Update package.json version to 4.0.3 [ci skip]
4 years ago
wixmobile
4fbf1cffc1
Update package.json version to 4.0.2 [ci skip]
5 years ago
wixmobile
cc08ab33bd
Update package.json version to 4.0.1 [ci skip]
5 years ago
wixmobile
bec1c837c3
Update package.json version to 4.0.0 [ci skip]
5 years ago
d4vidi
9efd84c54e
Fix topBar button colors on iOS 13 (#5690 )
5 years ago
d4vidi
b53bbf346f
Enablee parallel e2e exec on Android, switch to quick-booting emu (#5686 )
5 years ago
Guy Carmeli
cb63997372
Migrate project to workspace (#5675 )
* Migrate project to workspace
This commit moves all unit tests to the playground workspace
* Fix ios unit tests
* Build pods before testing
* Build typescript before running iOS tests
* Remove xcode 10 support
5 years ago
wixmobile
8f08254854
Update package.json version to 3.7.0 [ci skip]
5 years ago
wixmobile
6e65bd701d
Update package.json version to 3.6.0 [ci skip]
5 years ago
DamarXCV
764863f46b
Playground for windows (#5644 )
Add script to start the packager on Windows
5 years ago
wixmobile
d6e228128b
Update package.json version to 3.5.1 [ci skip]
5 years ago
wixmobile
751670c577
Update package.json version to 3.5.0 [ci skip]
5 years ago
Guy Carmeli
9b52fdc9c8
lol ecosystem
5 years ago
wixmobile
a053141623
Update package.json version to 3.4.0 [ci skip]
5 years ago
wixmobile
28e29ac052
Update package.json version to 3.3.0 [ci skip]
5 years ago
Tal Magen
291f16177d
Allow to update props for a specific component (#5612 )
This commit adds support to update props of screen or custom button/title via the mergeOptions api.
```js
Navigation.mergeOptions('myComponentId', {
passProps: {
text: 'new value'
}
});
```
5 years ago
Guy Carmeli
0bdbf5c84e
NoColor returns nil (#5600 )
For some reason it returned cyan... probably leftover from a debug session
5 years ago
Yogev Ben David
1581780d2c
Run detox e2e tests on iPhone 11 (#5518 )
* Use iPhone 11 in detox e2e
* Run detox e2e tests on iPhone 11
* Run detox e2e tests on iPhone 11
* Upgrade detox@14.x.x
* Exclude broken e2e test on iOS 13
5 years ago
wixmobile
bac0a88d98
Update package.json version to 3.2.0 [ci skip]
5 years ago
Jasu
d0a17fabf4
Add animation support for setStackRoot (#5357 )
Fixed Android's native setStackRoot animation and added animation support for Android's setStackRoot.
5 years ago
wixmobile
55b416aae3
Update package.json version to 3.1.2 [ci skip]
5 years ago