Open tburnt opened 3 days ago
[!TIP] Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - 0.74.6. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases.
[!TIP] Newer version available: You are on a supported minor version, but it looks like there's a newer patch available - undefined. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases.
[!WARNING] Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:
- If your bug is UI related: a Snack
- If your bug is build/upgrade related: a project using our Reproducer Template
- Otherwise send us a Pull Request with the RNTesterPlayground.js edited to reproduce your bug.
adding the 74.6 patch does not work the textinput acts the same
Description
When I use type in a character or delete a character it flickers and puts back the character or deletes the character
The following is my code //import area import { StyleSheet, View, Text, Image, TouchableOpacity, Appearance, ScrollView, Platform, TextInput as NativeTextInput } from 'react-native';
//constructor in the component constructor(props) { super(props); this.state = { background_color: '#5c5c5c', user_data: [], expandSttGeneralList: false, expandSttList: false, expandSttSellList: false, expandUserGeneralList: false, expandUserList: false, expandUserSellList: false, introductionModal: false, introductionPage1: true, stt_general_buy_rules: [], stt_general_buy_rules_list: <></>,
}
//script callback when textchange iOShandleTextChange(text) {
};
//textinput <NativeTextInput numberOfLines={3} maxLength={1000} value={this.state.rule_description} onChangeText={text => this.iOShandleTextChange(text)} style={{ width: '100%', height: 800, padding: 10, fontSize: 15, textAlign: "center" }} />
Pls help this has been frustrating
Steps to reproduce
React Native Version
0.74.1
Output of
npx react-native info
Screenshots and Videos
https://github.com/user-attachments/assets/260b5537-96b8-4e65-b737-fe9bbea8191e