Guy Carmeli
b2f55374f3
Bump support dependencies to 26.1.0 to support RN 0.56
closes #3387
6 anos atrás
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 anos atrás
Guy Carmeli
bda6892f75
Lock RN version in build.gradle to 0.51.1
6 anos atrás
Guy Carmeli
fac293dbfc
point to index.js in build.gradle
6 anos atrás
Guy Carmeli
211f2fc8cb
update build tools version
6 anos atrás
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 anos atrás
Guy Carmeli
138391502f
Further work on TopTabs and some refactoring (#2362 )
* Further work on TopTabs and some refactoring
* OptionsPresenter receives views as params
* Remove TopBar and style logic from ViewControllers, these are the OptionsPresenters concern
* StackAnimator isn't coupled to LinearLayout
* Convert Runnable to lambda
* ContainerLayout now implements ReactContainer interface
* Enable desugaring in playground app
* TopTabs unit tests
6 anos atrás
Daniel Zlotin
070fa60480
automatic java8
6 anos atrás
Daniel Zlotin
46d06d4047
added support for java8 features
6 anos atrás
Daniel Zlotin
fe6f90b093
update gradle and remove weird entry point (#2330 )
6 anos atrás
Juozas Kontvainis
fd665d71ef
Implement changing title dynamically on Android #1071 (#1483 )
* Upgrade Gradle version
* Allow playground app to run on x86_64 emulator
* #1071 Allow changing navigation title
* #1071 Add tests for JavaScript
7 anos atrás
Daniel Zlotin
978fc283a6
update deps, fix release tests
7 anos atrás
Daniel Zlotin
ec0493fb01
showModal android
7 anos atrás
Daniel Zlotin
5efb5fc1fb
update libs
7 anos atrás
Daniel Zlotin
0786940ef8
support for android test release builds, fixed #1154
7 anos atrás
Daniel Zlotin
7fd3e87db4
starting the packager works
7 anos atrás
Daniel Zlotin
fbc9a58283
removed unneeded deps
7 anos atrás
Daniel Zlotin
93f49300c2
android: splash, removed singleton, dependency injection, fixed e2e
7 anos atrás
Daniel Zlotin
f178d529b4
espresso e2e tests work
7 anos atrás
Daniel Zlotin
fd50579715
trying to run espresso tests but needs overlay permissions
7 anos atrás
Guy Carmeli
143474c741
layoutFactory
7 anos atrás
Daniel Zlotin
780944acc3
android compiles
7 anos atrás
Daniel Zlotin
8cebd2238a
fixing android
7 anos atrás
Daniel Zlotin
44a33214eb
example --> playground WIP
7 anos atrás
Daniel Zlotin
09c8c681b1
update example proj
8 anos atrás
Daniel Zlotin
0a92bbea44
update example
8 anos atrás
Rotem M
95fd616883
fixed crashing release builds: apply react.gradle to enable bundling in release builds.
8 anos atrás
Daniel Zlotin
8dea566e00
fixing example project
8 anos atrás
Guy Carmeli
41db854e89
added missing files to redux example
8 anos atrás
Guy Carmeli
362b74fad8
Initial implementation for Navigator.push
Navigator.push allows us to open a new screen. Currently it starts a new Activity with the screen
as it’s root view, but this is only a temporary behaviour. The intended behaviour is similar to
View Controllers on iOS which allows you to manage view hierarchies or a stack of fragments
managed by FragmentManager on Android.
8 anos atrás
talkol
3faaa08cad
initial
8 anos atrás