react-native/Examples
Nick Lockwood ef5cec4f08 Text highlighting on iOS
Summary:
This diff implements highlighting of tapped text subranges for the iOS `<Text>` component, styled to match how iOS webkit views highlight links (translucent grey overlay with rounded corners).

Highlighting is enabled by default for any `<Text>` component which has an onPress handler. To disable the highlight, add `suppressHighlighting={true}` to the component props.
2015-07-24 08:41:58 -08:00
..
2048 [ReactNative] Use new animation library for 2048 game demo 2015-07-23 12:36:31 -08:00
Movies [MovieApp] Add key to image components inside of MovieCell. 2015-07-23 15:09:42 -08:00
SampleApp [ReactNative] add _flowconfig and _gitignore to SampleApp 2015-07-13 06:39:18 -08:00
TicTacToe [React Native] Remove animated GIFs from TicTacToe example 2015-07-06 04:11:03 -08:00
UIExplorer Text highlighting on iOS 2015-07-24 08:41:58 -08:00