Skip to content

Instantly share code, notes, and snippets.

View nitishxyz's full-sized avatar
🎯
Focusing

nitishxyz nitishxyz

🎯
Focusing
View GitHub Profile
@nitishxyz
nitishxyz / app.js
Created January 18, 2019 06:41 — 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',
},