satyajit.happy
d37d3dd7bd
feat: upgrade react-native-tab-view closes #118
2019-07-25 15:37:37 +02:00
satyajit.happy
8e68bdb3e4
chore: release 2.2.0
2019-06-21 22:31:31 +02:00
satyajit.happy
c98f6f15ae
feat: upgrade react-native-tab-view closes #118
2019-06-21 22:26:08 +02:00
satyajit.happy
43bef6f357
chore: release 2.1.3
2019-05-20 13:30:03 +02:00
satyajit.happy
682c48e485
chore: fix badges and repo link
2019-05-19 21:25:52 +02:00
satyajit.happy
6f76249ca9
chore: upgrade react-native-tab-view
2019-05-14 16:32:31 +02:00
satyajit.happy
409937ce3a
chore: release 2.1.2
2019-04-23 20:41:47 +02:00
satyajit.happy
1a9f3542d7
fix: use the JUMP_TO action for tab change
...
The index change event fires after swipe animation. If you quickly navigate to a new screen in stack before animation finishes, the index change event will fire after the previous navigation event. By this time, the tab navigator is not focused anymore. Using the JUMP_TO action instead of NAVIGATE avoids this issue.
2019-04-23 20:36:44 +02:00
satyajit.happy
36ca386528
chore: release 2.1.1
2019-04-10 12:39:08 +02:00
satyajit.happy
5e8b156285
chore: remove unnecessary precommit script
2019-04-10 12:38:31 +02:00
satyajit.happy
aec0083e4a
chore: release 2.1.0
2019-04-02 00:00:16 +02:00
satyajit.happy
723afe6d76
chore: improve the examples
2019-04-01 22:17:14 +02:00
satyajit.happy
ce89efdf8f
chore: release 2.0.0
2019-04-01 15:40:20 +02:00
satyajit.happy
4b096e9641
chore: update react-native-tab-view
2019-03-29 13:23:07 +01:00
Satyajit Sahoo
959d2e136a
chore: release 2.0.0-alpha.0
2019-03-06 23:47:54 +01:00
Satyajit Sahoo
5976ec8420
chore: add npm script for release
2019-03-06 23:47:06 +01:00
Satyajit Sahoo
6486c4b7dd
feat: upgrade react-native-tab-view to 2.0
...
BREAKING CHANGES:
- Animated nodes are not from `react-native-reanimated`, which means custom tab bars need to be updated
- Changed behaviour: `activeTintColor` and `inactiveTintColor` also controls opacity now
- Removed props: `animationsEnabled`, `optimizationsEnabled`
- Dropped support for React < 16.3, which means the minimum supported React Native version is 0.56
New features:
- Added prop: `lazyPlaceholderComponent`
2019-02-26 22:40:51 +01:00
Satyajit Sahoo
6dfe7033ab
chore: upgrade expo to 32.0.0
2019-03-02 02:51:10 +01:00
Satyajit Sahoo
9015796b88
chore: setup husky, commitlint and release-it
2019-03-02 01:38:01 +01:00
Satyajit Sahoo
421207dab3
chore: fix running on ci
2019-03-02 01:30:57 +01:00
Brent Vatne
75375ba5d2
Release 1.0.1
2018-11-30 12:53:35 -08:00
Brent Vatne
94451702d3
Update devDependencies
2018-11-17 09:16:38 +07:00
Brent Vatne
f9fba03863
Release 1.0.0
2018-11-17 09:12:13 +07:00
Brent Vatne
b9ec69b0da
chore: release 1.0.0-alpha.5
2018-10-31 16:26:39 -07:00
Brent Vatne
53f03ad9ac
chore: fix flow error
2018-10-31 16:25:46 -07:00
Brent Vatne
69546190c1
chore: release 1.0.0-alpha.4
2018-10-22 18:18:34 -07:00
Brent Vatne
f1f5445e76
Emit refocus event, add example that uses it
2018-10-22 18:17:31 -07:00
Brent Vatne
6719fa7a6e
chore: bump version
2018-10-16 21:15:19 -07:00
Brent Vatne
080ea4d43d
chore: move core/native to peerDependencies
2018-10-16 21:14:44 -07:00
Eric Vicenti
f39655f976
move to react-navigation core and native
2018-10-15 11:21:04 -07:00
Brent Vatne
24b6c9b1e5
Published 0.8.4 https://npm.community/t/unable-to-install-newly-published-package-version/2628
2018-10-10 13:43:52 -07:00
Brent Vatne
bfd4d9a677
Release 0.8.3
2018-10-10 13:12:16 -07:00
Eric Vicenti
84f22834f9
Distribute source ( #59 )
...
By shipping source files and setting the ‘react-native’ entry point to src, the RN packager can parse the module and provide source maps when debugging from your app. This makes the install slightly heavier but is worth it for the improved ergonomics.
2018-10-09 11:00:07 -07:00
Brent Vatne
9acfc9810e
Release 0.8.2
2018-09-19 16:38:47 -07:00
Brent Vatne
b33e3086aa
More loose peer dependency
2018-09-19 16:38:27 -07:00
Brent Vatne
f968e4f05c
Move react-native-screens to a peer dependency
2018-09-19 16:27:51 -07:00
Brent Vatne
5bd6b28a68
Release 0.8.0
2018-09-19 16:06:56 -07:00
Krzysztof Magiera
8ff96aa3cd
Use react-native-screens when available ( #54 )
...
This change adds support for react-native-screens. Screens package makes it possible to use native primitives to render tabs container and its scenes such that they get properly mounted/unmounted when not visible.
The support has only been added to `createBottomTabNavigator` as the material one renders its own container that's a part of a different package (react-native-tab-view).
2018-09-18 12:07:59 +02:00
Brent Vatne
66620c5aff
Release 0.7.0
2018-09-06 14:46:57 -07:00
Jonny Burger
324806e232
Upgrade react-native-safe-area-view ( #44 )
...
* Update react-native-safe-area-view
* import SafeAreaView from react-navigation
2018-09-06 14:46:41 -07:00
Brent Vatne
6b410bb3cd
Release 0.6.0
2018-08-02 12:08:12 -07:00
Brent Vatne
cc28600968
chore: release 0.5.1
2018-06-06 13:12:38 -07:00
Brent Vatne
307b3a1505
chore: release v0.5.0
2018-06-05 12:12:27 -07:00
Brent Vatne
d90b44446e
fix: change prepublish to prepare to fix warning
2018-06-05 12:12:11 -07:00
Satyajit Sahoo
8475f694ec
chore: release v0.4.1
2018-06-05 14:43:18 +02:00
Satyajit Sahoo
0c5e5ee2b2
chore: release v0.4.0
2018-06-05 14:32:09 +02:00
Satyajit Sahoo
2efce8e402
chore: add a precommit hook
2018-06-03 21:32:32 +02:00
Satyajit Sahoo
0354185c3b
chore: upgrade to latest react-native-tab-view
2018-06-02 19:32:48 +02:00
Brent Vatne
caafd18c6a
Release 0.3.0
2018-05-24 11:22:01 -07:00
Satyajit Sahoo
c623620f43
chore: fix flow
2018-05-24 14:46:23 +02:00