Skip to content

Instantly share code, notes, and snippets.

@vinhtran6921
vinhtran6921 / app.js
Created October 2, 2020 04:35 — forked from scf4/app.js
react native selectively highlight input text (mentions)
import React from 'react';
import { View, Text, TextInput, StyleSheet } from 'react-native';
const styles = StyleSheet.create({
wrapper: {
width: '90%',
height: 24,
position: 'relative',
alignSelf: 'center',
},