Skip to main content
0 votes
1 answer
135 views

I have my Expo project running on port 8081. I start it with the command: npx expo start I open it on my phone using the Expo Go app (SDK 52). I’m trying to set up debugging in VS Code using ...
di0n's user avatar
  • 85
0 votes
1 answer
4k views

I use react-native-toast-notification from https://github.com/arnnis/react-native-toast-notifications#readme I want customized toast, if successful to show a green toast, while on failure a red toast ...
Manche's user avatar
  • 47
0 votes
0 answers
442 views

I am building a React-Native app that uses Realm DB as the underlying database. While implementing basic insertion methods I encountered exceptions when attempting to insert a new object with a unique ...
Ethan K's user avatar
  • 140
6 votes
1 answer
3k views

I am trying to find how react-native-web apps (specifically using Expo and vscode) can be debugged. I found guidance neither in the web, nor in the react-native-web's own site. The debug ...
Mehmet Kaplan's user avatar
5 votes
0 answers
1k views

I am debugging my React Native expo application with the following launch.json configuration in vscode: { "name": "Debug in Exponent", "cwd": "${workspaceFolder}&...
Titulum's user avatar
  • 11.7k
1 vote
1 answer
2k views

I'm trying to debug my android app with react native v0.66.1 and react native tools v1.8.1 in vsCode. But after running the app and attach to packager, or launch in debug mode, I got this error com....
Er.Rohit Sharma's user avatar
0 votes
2 answers
4k views

I have 4 input fields as below. name,count,amount,price. And two text fields, commission and total. If user enter values at price and count then amount(price * count) should be calculated. If user ...
uday's user avatar
  • 909
0 votes
1 answer
395 views

Developer console when the error occurs. Any methods without disabling react-native-tool extension?
Punyaslok's user avatar
3 votes
0 answers
502 views

Vscode react native extensions stopped after few minutes like import relative path suggestions ,go to definition, style suggestion, constant redirect. I already tried to reinstall all the react ...
Jomi Moses's user avatar
14 votes
4 answers
17k views

I have an expo project, which we can run and build and it works correctly in android and iOS. What I want is to debug said project using my Visual Studio Code. I followed some guides and tried the ...
Rodrigo Brickman's user avatar
0 votes
1 answer
715 views

I am trying to create a debug build of my app in react-native. It worked previously and the problem started after I used react-native-tools extension package for VSCode text editor and attached its ...
M.S. Nikhil's user avatar
1 vote
1 answer
937 views

No matter if I choose "Attach to packager" configuration running packager with react-native start first or "Debug Android", breakpoints that I set in vs code are greyed out and are not get hit. ...
eugenekr's user avatar
  • 6,692
1 vote
1 answer
1k views

Hope someone could help me out a little. I am trying to do some mobile development using react native, I am a C# web/software developer. I am developing using VSCode and installed the react native ...
Rudolph Opperman's user avatar