Nicolas Gallagher
2b826dc7f4
[add] TextInput support for selection
2016-10-28 23:37:19 -07:00
Nicolas Gallagher
5a03cb25cb
[add] TextInput support for blurOnSubmit and onSubmitEditing
2016-10-28 21:15:35 -07:00
Nicolas Gallagher
44e60d12e3
[change] TextInput support for autoCorrect and autoComplete
2016-10-28 10:51:05 -07:00
Nicolas Gallagher
fc60f8d332
[add] TextInput support for autoCapitalize
2016-10-28 10:36:06 -07:00
Nicolas Gallagher
2a65ca6fc0
[add] TextInput support for isFocused
2016-10-27 22:31:43 -07:00
Nicolas Gallagher
9db3bd7e67
[add] TextInput support for onKeyPress
...
Fix #215
2016-10-27 22:17:59 -07:00
Nicolas Gallagher
4576b42365
Correct the Image docs
2016-10-09 16:53:41 -07:00
Nicolas Gallagher
0aef117733
[add] ProgressBar component
...
Ref #91
2016-09-01 16:49:42 -07:00
Nicolas Gallagher
9222cbf4bd
[add] support numeric ActivityIndicator size value
2016-09-01 16:36:49 -07:00
Nicolas Gallagher
87a4f56a89
[add] Switch component
...
'Switch' on Web can support custom sizes and colors. To do so,
Web-specific propTypes are introduced: `trackColor`, `thumbColor`,
`activeTrackColor`, and `activeThumbColor`.
2016-08-18 16:25:16 -07:00
Nicolas Gallagher
2291544373
[fix] React@15.3 propType warnings
2016-08-12 14:59:28 -07:00
Nicolas Gallagher
6416166bc3
[add] support for RTL layout
...
Add `I18nManager` API from React Native. This can be used to control
when the app displays in RTL mode.
Add `$noI18n` property suffix for properties that StyleSheet will
automatically flip. This can be used to opt-out of automatic flipping on
a per-declaration basis.
2016-08-12 14:58:53 -07:00
Nicolas Gallagher
2440e74e99
[add] new Image resize modes
2016-07-16 19:24:25 -07:00
Nicolas Gallagher
eb8aa0a9db
[add] 'selectable' prop to Text
2016-07-12 10:23:40 -07:00
Nicolas Gallagher
597fcc65e8
[add] initial 'onLayout' support
...
Add initial support for 'onLayout' when components mount and update.
Ref #60
2016-07-10 22:15:51 -07:00
Nicolas Gallagher
0ac243038f
remove Portal docs
2016-07-10 22:13:14 -07:00
Nicolas Gallagher
f2ea7c089c
[change] separate the React and React Native APIs
...
Fix #136
2016-06-14 13:47:47 -07:00
Nicolas Gallagher
9dde70fff5
Update documentation
2016-03-20 12:19:29 -07:00
Nicolas Gallagher
21cc8f47ba
Update documentation
2016-03-15 17:14:44 -07:00
Nicolas Gallagher
715c71b215
Refactor StyleSheet to support arrays
2016-02-18 16:45:23 -08:00
Nicolas Gallagher
3292ced765
Add new components
...
- ActivityIndicator
- Portal
- StaticContainer
- StaticRenderer
2016-02-17 00:20:02 -08:00
Nicolas Gallagher
c850a5fa8c
[add] CSS textShadow and reintroduce enums
2015-12-26 17:54:56 +00:00
Nicolas Gallagher
1efe5a533f
[add] StyleSheet: support 'flex' style prop
...
Fix #63
2015-12-26 17:54:13 +00:00
Nicolas Gallagher
5335bcfd48
[chore] docs and formatting
2015-12-26 10:40:36 +00:00
Nicolas Gallagher
0ab984f507
[change] TextInput: implement placeholder and placeholderTextColor
...
Without access to the Shadow DOM pseudo-elements, the placeholder
behaviour needs to be reimplemented.
Update to match React Native's modification to `TextInput` to include
all `View` props and use the `Text` style props.
Fix #12
Fix #48
2015-12-20 03:11:39 -08:00
Nicolas Gallagher
3d1ad50a58
Update documentation and examples
2015-12-19 10:59:22 -08:00
Nicolas Gallagher
25b74d30c4
[fix] Text: style props
2015-12-19 03:57:04 -08:00
Kirill Korolyov
e1da11fa1d
[change] transparent default Image backgroundColor
2015-12-07 13:33:16 -08:00
Tom Ashworth
894fd0362d
[add] initial ScrollView
...
Supports the following props: `children`, `contentContainerStyle`,
`horizontal`, `onScroll`, `scrollEnabled`, `scrollEventThrottle`, and
`style`.
Fix #6
2015-10-24 11:35:30 -07:00
Nicolas Gallagher
bf5046415c
[fix] doc examples
2015-10-19 09:42:30 -07:00
Nicolas Gallagher
08300f624f
[change] remove 'component' prop; accessibility docs
...
- infer underlying HTML tag from 'accessibilityRole'
- move accessibility props to 'CoreComponent'
- remove the 'component' prop from exported Components
Fix gh-23
2015-10-18 15:24:59 -07:00
Nicolas Gallagher
6772233837
[remove] Swipeable
2015-10-17 18:49:21 -07:00
Nicolas Gallagher
565ec2fee8
Docs: minor update
2015-09-20 15:50:22 -07:00
Nicolas Gallagher
33082f988e
Text: add props 'accessibilityLabel' and 'accessible'
...
These properties are missing in React Native but important for
accessible web interfaces.
2015-09-20 15:48:09 -07:00
Nicolas Gallagher
a2fb65a79c
Touchable: activeHighlight -> activeUnderlayColor
2015-09-20 15:47:35 -07:00
Nicolas Gallagher
e727193809
TextInput: props and tests
2015-09-20 15:43:52 -07:00
Nicolas Gallagher
ef4de789ae
ScrollView: initial docs
2015-09-14 17:28:20 -07:00
Nicolas Gallagher
6c20646f10
Touchable: add 'accessibilityRole' prop
2015-09-13 22:59:45 -07:00
Nicolas Gallagher
be86250ac6
Image: fix example code
2015-09-12 18:08:58 -07:00
Nicolas Gallagher
c72173ff88
Image: set 'resizeMode' default to 'stretch'
...
Fix #8
2015-09-08 00:29:53 -07:00
Nicolas Gallagher
edf0fda75a
Docs: minor adjustments
2015-09-08 00:24:12 -07:00
Nicolas Gallagher
3b848fe378
View: additional accessibility props
...
* Add `accessibilityLiveRegion` for `aria-live` support.
* Add `accessibilityRole` for `role` support.
Fix #11
2015-09-08 00:09:09 -07:00
Nicolas Gallagher
2750d70a93
Add support for 'accessible' prop
2015-09-07 22:09:16 -07:00
Nicolas Gallagher
77fd21ea44
Touchable: add support for 'style' and keyboard
2015-09-07 14:40:37 -07:00
Nicolas Gallagher
38e4de76cd
Documentation edits; transfer props
2015-09-07 13:14:09 -07:00
Nicolas Gallagher
a7c1e105c6
Fix links to View doc
2015-09-07 09:49:38 -07:00
Nicolas Gallagher
abf2c0307f
Rewrite documentation
2015-09-07 09:38:25 -07:00
Nicolas Gallagher
b5c8af2694
Documentation fixes
2015-09-03 23:12:17 -07:00
Nicolas Gallagher
6b55032e49
Reorganize docs; rewrite README
2015-09-03 19:38:21 -07:00