Guy Carmeli
efb2ffa213
Minor changes in example project
consolidated some screens
minor ui changes and fixes
8 年 前
DanielZlotin
b2e84a3cc2
Update ISSUE_TEMPLATE
8 年 前
Daniel Zlotin
5ee96a4024
2.0.0-experimental.115
8 年 前
Daniel Zlotin
79495848e4
fixed typo
8 年 前
Ran Greenberg
5d602d9035
fix iOS example project
8 年 前
Guy Carmeli
d25b3eb676
2.0.0-experimental.114
8 年 前
Guy Carmeli
fb8dee2d79
Override BottomTabs props only if props are undefined
closes #312
8 年 前
Guy Carmeli
18fabcc87b
Notify modalDismiss if no modals are displayed
Notify the Activity layout that the top most Modal was dismissed only
if no other modals are displayed. Currently this event is used as a
`onVisible` event to to the layout. This whole logic can be simplified
when we implement proper screen visibility events.
8 年 前
Guy Carmeli
20945d8bf7
Override BottomTabs props only if props are undefined
closes #312
8 年 前
Guy Carmeli
bb708eda33
Save props passed to TopTabs
fixes #312
8 年 前
Daniel Zlotin
a027deff62
split example FirstTabScreen
8 年 前
Daniel Zlotin
c781226212
2.0.0-experimental.113
8 年 前
Daniel Zlotin
33e5ad11eb
fixed example on android - runs but not 100%
8 年 前
DanielZlotin
6bdc43b938
Update README.md
8 年 前
Daniel Zlotin
bf79a6d1a7
update npmignore
8 年 前
Daniel Zlotin
8dea566e00
fixing example project
8 年 前
Daniel Zlotin
2236a0ca27
example redux is no longer maintained
8 年 前
DanielZlotin
304e4e5225
Delete CHANGELOG.md
8 年 前
DanielZlotin
eacd648c71
Delete ISSUE_TEMPLATE.md
8 年 前
DanielZlotin
6dd7e98b6d
Update ISSUE_TEMPLATE
8 年 前
DanielZlotin
f2b9231e23
Merge pull request #308 from wix/drorbiran-patch-1
Create ISSUE_TEMPLATE.md
8 年 前
dror biran
48def0a420
Update ISSUE_TEMPLATE.md
8 年 前
dror biran
9762dac77e
Create ISSUE_TEMPLATE.md
8 年 前
Daniel Zlotin
0f69136871
2.0.0-experimental.112
8 年 前
Daniel Zlotin
be17b8cc5e
merged
8 年 前
Daniel Zlotin
1d579efccd
fixed init of EventEmitter
8 年 前
Guy Carmeli
5a7ed34a38
2.0.0-experimental.111
8 年 前
Guy Carmeli
66230e2a49
Check if modal contains navigator
When ivoking navigation actions such as push, pop etc, instead of
checking modal visibility, check if modal actually contains the given
navigator. This fix alows to change navigation state in screens while
modal is displayed.
8 年 前
Daniel Zlotin
3b5fc1e500
removed unused class
8 年 前
Daniel Zlotin
90e3fc3529
2.0.0-experimental.110
8 年 前
Daniel Zlotin
bb3b494bea
handling incorrect starts of splashActivity
8 年 前
Daniel Zlotin
6ef294a609
2.0.0-experimental.109
8 年 前
Daniel Zlotin
d33e34382b
fixed incorrect reactEventEmitter init
8 年 前
Daniel Zlotin
9ccf463c31
2.0.0-experimental.108
8 年 前
Daniel Zlotin
527bb3a8d9
fixed BadWindowToken (react needs permission to run in dev mode)
8 年 前
DanielZlotin
cf5ddbb654
Update ISSUE_TEMPLATE
8 年 前
DanielZlotin
01d4af264e
Update README.md
8 年 前
Daniel Zlotin
1c212f8ad1
2.0.0-experimental.107
8 年 前
Daniel Zlotin
a4c91c1eed
gradle fixes
8 年 前
Daniel Zlotin
1719658cd6
update package.json
8 年 前
Daniel Zlotin
ab0926b375
setting up java unit tests
8 年 前
Daniel Zlotin
c36902fa5f
2.0.0-experimental.106
8 年 前
Daniel Zlotin
f955d938d4
rebased
8 年 前
Daniel Zlotin
8fe55fb1f3
exposed JS path params for ReactNativeHosts, refactored ReactGateway
8 年 前
Guy Carmeli
1e86283512
Merge pull request #303 from q6112345/master
Added missing $
8 年 前
InitialT
7e2d7cb9e9
Added missing $
My ignorance
8 年 前
DanielZlotin
9ac71771d2
Merge pull request #302 from q6112345/master
Fixed path of RN local Maven repo
8 年 前
InitialT
b21fa10d44
Fixed path of RN local Maven repo
Summary:
The old path only work for 'example-redux'
8 年 前
Guy Carmeli
3d06c580e0
2.0.0-experimental.105
8 年 前
Guy Carmeli
eab83dd092
Fix push screen from SideMenu
8 年 前