Skip to main content

All Questions

2 votes
3 answers
2k views

TextInput in FlatList Item

I have a problem like picture below: Text As you guy can see I have info on every item: name and stock. Now I want to update stock on single item by type a number to text Input But when I type 3 into ...
Minh Huy's user avatar
2 votes
1 answer
2k views

Converting StackNavigator from v4 to v5 React Native error for auth

My goal is to convert React-Native stack navigator from version 4-5. I've been running into some challenges and any help would be deeply appreciated. ERROR: "The action 'NAVIGATE' with payload {"name"...
dreamLand70's user avatar
2 votes
0 answers
656 views

Error: While resolving module `react-native/Libraries/Renderer/shims/ReactNativeComponentTree`

i have upgraded my react native package from 0.51.0 to 0.56.0 and when i try to build my project with npm start i get this error Error: While resolving module react-native/Libraries/Renderer/shims/...
Hamdi Gatri's user avatar
3 votes
1 answer
4k views

Updating Array Objects in Realm

I have a realm Organization and Ticket. An organization has many tickets. So to update organization, it looks like this: try { realm.write(() => { realm.create('...
Maiko Francisco Rugeria's user avatar