Daniel Zlotin
c5cfe5c047
fix incorrect dependency
8 lat temu
Daniel Zlotin
6cccbd59c4
update packages
8 lat temu
Daniel Zlotin
6e54803b64
bringing the entire support library, just in case
8 lat temu
Guy Carmeli
4b9440b552
Update support lib dependencies to v25.0.1
8 lat temu
Daniel Zlotin
7af4cc3971
update build gradle
8 lat temu
Daniel Zlotin
4663a64409
Revert "downgrade build tools version"
This reverts commit 82492de4ee .
8 lat temu
Daniel Zlotin
82492de4ee
downgrade build tools version
8 lat temu
Daniel Zlotin
a6681f4f60
assertj for java 7
8 lat temu
Daniel Zlotin
c3827f08f0
fixed robolectric
8 lat temu
Daniel Zlotin
6e55b16981
fix robolectric
8 lat temu
Daniel Zlotin
29f7ea5631
android tests
8 lat temu
Daniel Zlotin
a4c91c1eed
gradle fixes
8 lat temu
InitialT
7e2d7cb9e9
Added missing $
My ignorance
8 lat temu
InitialT
b21fa10d44
Fixed path of RN local Maven repo
Summary:
The old path only work for 'example-redux'
8 lat temu
Guy Carmeli
e997f22c66
Remove fab actions shadow on pre lollipop devices
This is a temporary solution to #292
8 lat temu
Daniel Zlotin
51624f7998
test env and eventbus fixes
8 lat temu
Guy Carmeli
7abc5f8736
AppStyle
8 lat temu
Guy Carmeli
be537459b3
Some work towards proper bottom tabs styling
8 lat temu
Guy Carmeli
5dabdc225b
left button
8 lat temu
Daniel Zlotin
37f59a9d03
try to make scroll anim work
8 lat temu
Daniel Zlotin
787f3b94ee
commented all old code to make the example run
8 lat temu
Daniel Zlotin
aa64e3973f
added test framework - robolectric
8 lat temu
Yedidya Kennard
279a9b4a57
Add support for bottom tabs in Android
Adds BottomTabActivity which replaces TabActivity
Adds a dependency on `com.aurelhubert:ahbottomnavigation:1.2.3`
Uses iOS tabsStyle, with additional parameter that allows toggling of whether to show the titles of inactive tabs
8 lat temu
Guy Carmeli
f8f91da53d
Add support for react-native v0.25.1
8 lat temu
Guy Carmeli
ae2430a052
fixed broken command react-native run-android
8 lat temu
Guy Carmeli
af2ea9207e
Initial commit for Android implementation
The approach we took is fairly simple. Navigation is created natively in corresponding activity,
currently only TabActivity is supported, and we pass the styling parameters and screenId to it.
Each screen is rendered in its own ReactRootView and is wired to the same ReactInstanceManager,
so all screens share the same java script context.
8 lat temu