Commit Graph

2267 Commits

Author SHA1 Message Date
Satyajit Sahoo
3bb2c196e4 fix: fix typescript errors in the definition file 2020-02-26 20:09:03 +01:00
Satyajit Sahoo
77db2eaf62 chore: publish
- react-navigation-animated-switch@0.5.1
 - @react-navigation/core@3.6.1
 - react-navigation-drawer@2.4.1
 - react-navigation-material-bottom-tabs@2.2.1
 - @react-navigation/native@3.7.3
 - react-navigation@4.2.1
 - react-navigation-stack@2.2.1
 - react-navigation-tabs@2.8.1
react-navigation-drawer@2.4.1 react-navigation-tabs@2.8.1 react-navigation@4.2.1 react-navigation-stack@2.2.1 react-navigation-material-bottom-tabs@2.2.1 react-navigation-animated-switch@0.5.1 @react-navigation/native@3.7.3 @react-navigation/core@3.6.1
2020-02-24 20:00:33 +01:00
Satyajit Sahoo
fc24ebd16c fix: fix file extensions. closes #7246 2020-02-24 19:59:25 +01:00
Satyajit Sahoo
41e1272507 chore: fix publish for native 2020-02-24 19:13:02 +01:00
Satyajit Sahoo
7ad6de59cb chore: fix publish for native
closes #7124
2020-02-24 18:13:59 +01:00
Satyajit Sahoo
88fbfaca4d chore: publish
- react-navigation-playground@0.1.0
 - react-navigation-animated-switch@0.5.0
 - @react-navigation/core@3.6.0
 - react-navigation-drawer@2.4.0
 - react-navigation-material-bottom-tabs@2.2.0
 - @react-navigation/native@3.7.0
 - react-navigation@4.2.0
 - react-navigation-stack@2.2.0
 - react-navigation-tabs@2.8.0
@react-navigation/native@3.7.0 react-navigation-tabs@2.8.0 react-navigation@4.2.0 react-navigation-stack@2.2.0 react-navigation-playground@0.1.0 react-navigation-material-bottom-tabs@2.2.0 react-navigation-drawer@2.4.0 react-navigation-animated-switch@0.5.0 @react-navigation/core@3.6.0
2020-02-24 17:34:34 +01:00
Satyajit Sahoo
72e8160537 chore: migrate to monorepo 2020-02-24 17:27:10 +01:00
Satyajit Sahoo
a7305b1413 chore: update issue template 2020-01-11 16:40:18 +01:00
satyajit.happy
391926c8ba chore: release 2.1.5 2019-10-29 02:59:15 +01:00
satyajit.happy
d253f931c2 fix: reuse types from react-native-paper 2019-10-29 02:58:30 +01:00
satyajit.happy
7e0ab1fbb8 chore: release 2.1.4 2019-10-29 02:23:22 +01:00
satyajit.happy
2f0c14b40e fix: avoid tab bar flash on keyboard shown
closes #43
2019-10-29 02:22:14 +01:00
satyajit.happy
66de5db1d4 chore: update react-native-paper 2019-10-29 02:19:47 +01:00
satyajit.happy
a7536b9c3f chore: release 2.1.3 2019-10-21 15:04:36 +02:00
satyajit.happy
597e7987b8 ci: use latest node 10 on ci 2019-10-21 14:59:32 +02:00
satyajit.happy
5b7de5ccc3 fix: fix applying barStyle 2019-10-21 14:56:04 +02:00
satyajit.happy
40d64bc662 chore: add support for badge 2019-10-21 13:57:02 +02:00
satyajit.happy
d2c8bac7a4 fix: remove incorrect types 2019-10-21 13:42:39 +02:00
pdfkpb
27d195e304 fix: add tabBarColor prop to typedefs (#58) 2019-10-21 07:17:00 -04:00
satyajit.happy
7756f50b3a chore: release 2.1.2 2019-09-22 00:53:47 +02:00
satyajit.happy
4a8e7e3ae6 fix: set proper type for screenProps in ScreenComponent 2019-09-22 00:52:49 +02:00
satyajit.happy
01885d8227 chore: release 2.1.1 2019-09-13 15:53:29 +02:00
satyajit.happy
7231584302 fix: fix path for declaration file 2019-09-13 15:53:11 +02:00
satyajit.happy
b85599884d chore: release 2.1.0 2019-09-12 20:11:23 +02:00
satyajit.happy
cdc3537045 feat: export types for ScreenProps amd ScreenComponent 2019-09-12 20:10:48 +02:00
satyajit.happy
249c7d7310 chore: release 2.0.2 2019-09-11 17:04:14 +02:00
Satyajit Sahoo
d98026325d fix: fix typescript definitions (#54) 2019-09-11 17:03:45 +02:00
satyajit.happy
8223e60a74 chore: release 2.0.1 2019-09-10 18:57:08 +02:00
LuckyLuke19
aeda1042c8 fix: fix typo in filename (#52)
After updating to version 2.0.0, I could not build the app due to this error:
> error While trying to resolve module `react-navigation-material-bottom-tabs` from file `[FILE PATH]`, the package `[PATH]/node_modules/react-navigation-material-bottom-tabs/package.json` was successfully found. However, this package itself specifies a `main` module field that could not be resolved (`[PATH]/node_modules/react-navigation-material-bottom-tabs/src/index.js`. > Indeed, none of these files exist:

>  * `/home/giannis/Desktop/Programming/Randomizer/node_modules/react-navigation-material-bottom-tabs/src/index.js(.native||.android.js|.native.js|.js|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx)`
>  * `/home/giannis/Desktop/Programming/Randomizer/node_modules/react-navigation-material-bottom-tabs/src/index.js/index(.native||.android.js|.native.js|.js|.android.json|.native.json|.json|.android.ts|.native.ts|.ts|.android.tsx|.native.tsx|.tsx)`. Run CLI with --verbose flag for more details.
2019-09-10 19:56:38 +03:00
satyajit.happy
b57579951f chore: release 2.0.0 2019-09-10 13:02:56 +02:00
satyajit.happy
edc6865df0 refactor: upgrade
BREAKING CHANGE: change activeTintColor -> activeColor
2019-09-10 12:26:16 +02:00
Brent Vatne
b624c3052e Add theme support 2019-08-27 19:35:09 -07:00
Satyajit Sahoo
9d3c656d07 chore: make release-it interactive 2018-11-06 17:02:30 +01:00
Satyajit Sahoo
a4062e9f7d chore: release 1.0.0-alpha.6 2018-11-06 17:01:37 +01:00
Satyajit Sahoo
22a8160cf9 chore: fix release-it config 2018-11-06 17:01:21 +01:00
Satyajit Sahoo
10f98736ab Release 1.0.0-alpha.5 2018-11-06 16:57:30 +01:00
Satyajit Sahoo
3ac88f0d2d Release 1.0.0-alpha.4 2018-11-06 16:51:02 +01:00
Satyajit Sahoo
13128f02a0 chore: update build config 2018-11-06 16:46:59 +01:00
Satyajit Sahoo
17ed596384 chore: fix ci 2018-11-06 16:36:19 +01:00
Satyajit Sahoo
c34863ac9e fix: don't use paper's babel plugin 2018-11-06 16:34:56 +01:00
Brent Vatne
52009a9372 Release 1.0.0-alpha.3 2018-11-03 15:08:36 -07:00
Brent Vatne
5f27b64c89 Bump dependencies and add scroll to top in example 2018-11-03 15:07:21 -07:00
Brent Vatne
828422c62d chore: bump tabs version 2018-10-22 18:30:59 -07:00
Brent Vatne
f83d96d90f chore: bump version 2018-10-16 21:22:22 -07:00
Brent Vatne
ebc1783165 chore: move core and native to peer dependencies 2018-10-16 21:21:03 -07:00
Brent Vatne
b415acbb31 fix: disable no-unused-disable for lint to pass on CI, required for local machine 2018-10-15 14:24:16 -07:00
Brent Vatne
69bebe92b0 chore: release v1.0.0-alpha.0 2018-10-15 14:03:21 -07:00
Satyajit Sahoo
78ffc49e7f chore: release v0.4.0 2018-09-09 14:01:32 +02:00
Satyajit Sahoo
ea95fa69e1 fix: maintain backward compat for activeTintColor and inactiveTintColor 2018-09-07 11:55:55 +02:00
Satyajit Sahoo
4f6070d368 chore: update react-native-paper and add it as a peer dep 2018-09-07 11:51:37 +02:00