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
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
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
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
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
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
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
edf0fda75a
Docs: minor adjustments
2015-09-08 00:24:12 -07:00
Nicolas Gallagher
38e4de76cd
Documentation edits; transfer props
2015-09-07 13:14:09 -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