Skip to content

Instantly share code, notes, and snippets.

View sampie777's full-sized avatar

S. Jansen sampie777

View GitHub Profile
@sampie777
sampie777 / app.tsx
Created February 5, 2024 09:50
React Native text wrap bug, example project
import React from "react";
import { StyleSheet, View, Text } from "react-native";
const App: React.FC = () => {
return <View style={styles.container}>
<View style={styles.centeredView}>
<View style={styles.modalView}>
<View style={styles.modalHeader}>
<Text style={styles.modalTitle}>Search only in the selected bundles</Text>
</View>