https://github.com/GeekyAnts/NativeBase

sort by:
Revision Author Date Message Commit Date
cb2c30b fix: react-native-keyboard-aware-scroll-view from 1.0.0 to 1.0.1 16 September 2020, 07:16:13 UTC
0315c11 Merge pull request #3234 from GeekyAnts/dependabot/npm_and_yarn/handlebars-4.7.6 chore(deps): bump handlebars from 4.1.2 to 4.7.6 04 September 2020, 07:52:22 UTC
25eabaf chore(deps): bump handlebars from 4.1.2 to 4.7.6 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.6. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.7.6) Signed-off-by: dependabot[bot] <support@github.com> 04 September 2020, 07:48:29 UTC
5fbb479 Merge pull request #3230 from Simranjit1080/master fix: error->importing picker from react-native core is deprecated 04 September 2020, 07:46:41 UTC
117f7e2 fixed picker import 01 September 2020, 13:40:29 UTC
15b1953 fixed picker import 01 September 2020, 13:40:00 UTC
47de809 fixed picker import 01 September 2020, 13:39:27 UTC
c9ffd86 fixed import 01 September 2020, 13:38:57 UTC
16387d7 fixed picker issue 25 August 2020, 09:12:49 UTC
576997f fixed picker issue 25 August 2020, 09:12:13 UTC
0458cd9 picker from react-native deprecated 25 August 2020, 09:11:13 UTC
dad37fb picker import 25 August 2020, 09:09:40 UTC
34c9ef5 importing Picker from react-native is deprecated "@react-native-community/picker" added to dependecies 25 August 2020, 09:08:01 UTC
4764338 v2.13.14 19 August 2020, 08:17:00 UTC
0392e1b pre publish 19 August 2020, 08:15:39 UTC
9aeae3f fix(types): add floatBack for Label (#3195) 27 July 2020, 06:01:36 UTC
51e42be Toast bug fix (#3200) Co-authored-by: Ilya Lazarev <7204@recorn.app> 27 July 2020, 05:58:55 UTC
7c0b4b8 v2.13.13 20 July 2020, 13:00:21 UTC
4d6c38d Fix(): fixes eslint issues 20 July 2020, 12:59:13 UTC
13787b5 chore(): updates yarn lock file 20 July 2020, 12:55:08 UTC
f272c65 removes package.lock file 20 July 2020, 12:52:56 UTC
fdf3f25 Changes foe latest RN version fix 20 July 2020, 12:51:07 UTC
8a3fe48 Fix #3179, #3183, for broken react-native 0.63.0, upgrade depencenciesFix for react native 0.63.0. (#3185) 20 July 2020, 12:43:21 UTC
28c84a5 Fixed vertical alignment of badge for android (#3151) 23 May 2020, 08:05:05 UTC
5c19074 added useNativeDriver:false to Animated.timing|spring|event (#3136) 30 April 2020, 05:36:18 UTC
e78df33 add accessibility labels to tabs (#3143) * add tab accessibility * update proptypes * Organize props * rename variable * add transpile 30 April 2020, 05:23:27 UTC
0367446 Merge pull request #2973 from rsmelo92/master Added swipe to dismiss on `ToastContainer` 21 April 2020, 11:02:57 UTC
eb9ea2d Merge branch 'master' into master 21 April 2020, 11:02:12 UTC
74aaf71 bug fix 3134 (#3135) Co-authored-by: Hany Kumar <hanykumar@Hanys-MacBook-Air.local> 19 April 2020, 08:35:03 UTC
ea02467 fix(): warning uppercase (#3111) 09 April 2020, 11:32:33 UTC
83f6018 bug fix 3095 (#3112) Co-authored-by: Hany Kumar <hanykumar@Hanys-MacBook-Air.local> 31 March 2020, 06:40:58 UTC
4aeb609 bug fix 2904 (#3107) Co-authored-by: Hany Kumar <hanykumar@Hanys-MacBook-Air.local> 27 March 2020, 07:13:47 UTC
f11d9b4 bug fix 3002 (#3104) Co-authored-by: Hany Kumar <hanykumar@Hanys-MacBook-Air.local> 18 March 2020, 11:52:40 UTC
0b62d92 Tabs not using react-timer-mixin (#3066) * Use timeout mixin * Revert change of code style * Remove react-timer-mixin dependency * Revert "Remove react-timer-mixin dependency" This reverts commit 7e28fef4682479d1f44f1c1c0c388dd9116b3cf1. * Remove react-timer-mixin dep * Run prepublish * Revert "Run prepublish" This reverts commit 37e5ed2643ed2de63fc38d979e53bab9e930a348. * Revert yarn.lock 17 March 2020, 16:29:14 UTC
feb7a5f bug fix 2962 (#3094) Co-authored-by: Hany Kumar <hanykumar@Hanys-Air.blr-office.geekyants.com> 16 March 2020, 10:33:54 UTC
1f51df3 bug fix 2990 (#3098) Co-authored-by: Hany Kumar <hanykumar@Hanys-MacBook-Air.local> 16 March 2020, 10:23:10 UTC
66778df v2.13.12 13 March 2020, 08:08:57 UTC
ae1dacc v2.13.11 13 March 2020, 07:48:54 UTC
8b09e31 v2.13.10 13 March 2020, 07:46:54 UTC
081e777 v2.13.9 13 March 2020, 07:21:01 UTC
a5e804b chore(): transpiles and updates dependencies :sparkles: 13 March 2020, 07:20:09 UTC
fa9f547 fix(types): make name of Icon optional (#3016) 13 March 2020, 07:04:13 UTC
134803e fixed typo (#3021) 13 March 2020, 06:33:11 UTC
dae11af Align text & subtitle's text to left on android (#3027) * fix(): align title text to left on android * fix(subtitle): set numberOfLines to 1 * fix(types): set Subtitle.style to RnTextStyleProp 13 March 2020, 06:32:38 UTC
c1484fa Add type to item in keyExtractor interface. (#3026) 13 March 2020, 06:31:51 UTC
8d23680 Make ListItem Show Visual Feedback by Default for Android (#3057) * add useForeground default prop to TouchableNativeFeedback * add props to separate lines 13 March 2020, 05:14:24 UTC
934c5dc Update index.d.ts (#3033) node_modules/native-base/index.d.ts:308:23 - error TS7006: Parameter 'item' implicitly has an 'any' type. 13 March 2020, 05:13:54 UTC
09e9095 bug fix 3071 (#3089) Co-authored-by: Hany Kumar <hanykumar@Hanys-Air.blr-office.geekyants.com> 13 March 2020, 05:10:55 UTC
90dff67 bug fix 3063 (#3091) Co-authored-by: Hany Kumar <hanykumar@Hanys-Air.blr-office.geekyants.com> 12 March 2020, 12:40:34 UTC
f635318 bug fix 3064 (#3082) * bug fix 3064 * other themes also changed Co-authored-by: hanykumar <hanyk@geekyants.com> 09 March 2020, 06:31:19 UTC
76ced05 bug fix 2634 (#3074) Co-authored-by: hanykumar <hanyk@geekyants.com> 09 March 2020, 06:30:44 UTC
3924fa6 fix(item): Foating label with initial value (#2997) * fix(item): Foating label has incorrect styles when rendering an input with an initial value #2895 * use setState inside an effect function 03 December 2019, 15:56:31 UTC
b5a505e fix(types): add first and last props for CardItem (#2999) 03 December 2019, 15:55:13 UTC
a9575e3 propagate testID to FlatList for Picker.ios (#3003) 03 December 2019, 15:54:55 UTC
5ba4dcb Allow specifying icon type in icon ActionSheet (#3005) 03 December 2019, 15:54:31 UTC
be21749 Fixed typo at NativeBase.Thumbnail definition (#3008) 03 December 2019, 15:53:59 UTC
9c47082 Update index.d.ts (#2943) Added onScroll propTypes to Tabs 12 November 2019, 06:53:42 UTC
8a288c7 Fixes travisCI (#2992) * fix(travis): adds new travis script * fix(scripts): fixes eslint scripts * fix(linting): fixing linting issues * fix(travis): changes the travis config 12 November 2019, 06:53:19 UTC
3a4965c Fixed SafeAreaView application on Header, Footer and Content components (#2972) Fixes #2291 - Added SafeAreaView to Header, Content and Footer - Removed unused state and methods for calculating padding/margins - Added utility to get style object - Set background color of SafeAreaView to that of parent component 11 November 2019, 08:59:21 UTC
33726e9 Added underlayColor props to ListItem (#2979) * Added underlayColor props to ListItem * Update ListItem.js 11 November 2019, 08:58:38 UTC
9ceefc6 fix(): Check if scrollView exists before calling scrollTo in Tabs (#2982) * fix(): Check if scrollView exists before calling scrollTo in Tabs * chore(): Update transpiled files after fix on Tabs 11 November 2019, 08:58:14 UTC
7607219 docs | RN : 0.60 supports auto-linking (#2981) 11 November 2019, 08:57:14 UTC
221456c Fix != 28 October 2019, 17:49:54 UTC
ec8e64c Test 28 October 2019, 16:32:09 UTC
385911c Compiled 28 October 2019, 15:39:30 UTC
49ac6d5 Added test 28 October 2019, 15:29:53 UTC
7bfa199 Moved to toast 28 October 2019, 15:28:01 UTC
4e98c32 Fixed panresponder panhaldners 28 October 2019, 15:25:37 UTC
a3c4a12 Added swipe to close on toast 28 October 2019, 14:38:50 UTC
ba39355 v2.13.8 11 September 2019, 14:58:28 UTC
1bc0f94 chore(): transpiles changes 11 September 2019, 10:34:33 UTC
c9b35f0 Merge branch 'master' of github.com:GeekyAnts/NativeBase 11 September 2019, 10:33:31 UTC
6ea7eca fix(toast): fix top toast on iOS #2914 11 September 2019, 10:33:16 UTC
55e8317 fix(input): fixes fontSize for secureTextEntry 11 September 2019, 09:38:47 UTC
a1757e0 chore(script): adds prettier only to src files 11 September 2019, 08:14:22 UTC
0ff77d9 fix(warning): fixes picker warning 11 September 2019, 08:06:59 UTC
ea90755 fix(): initialPage not working on Android #2705 (#2902) 10 September 2019, 11:58:31 UTC
0457587 added missing fullstops and colons (#2920) 10 September 2019, 11:52:09 UTC
aab70c3 fix(types): adds keyExtractor props for list 09 September 2019, 03:58:36 UTC
ff89ff7 fix(fonts): adds rubicon fonts 07 September 2019, 05:37:36 UTC
964b633 fix(image): adds image props for image component 07 September 2019, 04:51:08 UTC
5d670f3 fix(list): adds FlatList types for List component 07 September 2019, 04:49:15 UTC
f8ce7ac chore(): updates issue template 06 September 2019, 06:14:29 UTC
2519361 v2.13.7 04 September 2019, 06:23:48 UTC
414f362 fix(): adds missing robot fonts 04 September 2019, 06:22:45 UTC
83e58e5 v2.13.6 03 September 2019, 11:09:08 UTC
6f92d8a chore(): updates yarn lock file 03 September 2019, 11:08:24 UTC
f3c6d6b fix(): removes devdependencies 03 September 2019, 10:57:10 UTC
8685260 chore(): updates dependencies for RNVI #2893 03 September 2019, 09:18:25 UTC
f8c8443 chore(): updates color dependency 03 September 2019, 08:49:28 UTC
d60c48c chore(): transpiled 03 September 2019, 06:14:45 UTC
edff93e fix(fonts): updated fonts assets 03 September 2019, 06:14:09 UTC
4dab570 replace bgColor null with transparent (#2886) 21 August 2019, 06:33:27 UTC
79a01c4 chore(): Update react-native-keyboard-aware-scroll-view dependency #2879 (#2884) 19 August 2019, 11:04:17 UTC
98d65db fix(): Icons issue after 2.13.5 #2880 (#2883) 19 August 2019, 11:04:01 UTC
5fc007b v2.13.5 16 August 2019, 13:36:03 UTC
8d1247e chore(): updates yarn.lock file 16 August 2019, 13:34:56 UTC
01027f7 chore(): replace manual calculation with SafeAreaView (#2877) 16 August 2019, 13:27:30 UTC
108a97e fix(): Fix floatingLabel with placeholder issue (#2872) 16 August 2019, 10:25:00 UTC
e8b8584 Fix #2844 - IOS (#2867) 16 August 2019, 10:24:39 UTC
back to top