Posts by Luiz Fernando • 29 points
4 posts
-
0
votes3
answers429
viewsA: Error installing npm install @React-navigation/stack -> expo start Disconnected
I managed to solve this way by running the commands: Npm upgrade Npm i Npm i (package name) -> in my example is npm install @React-navigation/stack
-
0
votes3
answers429
viewsA: Error installing npm install @React-navigation/stack -> expo start Disconnected
When starting the expo server through Yarn start this error in cmd…
-
-1
votes3
answers429
viewsQ: Error installing npm install @React-navigation/stack -> expo start Disconnected
I’m new to React Active and I’m trying to install the React navigation stack using the npm install @React-navigation/stack command to use in an app project with React Active, however after running…
-
2
votes1
answer1283
viewsQ: How to put mascara in the form input field that is in a modal bootstrap window
Guys, I’m using jquery Mask at head <script type="text/javascript"> $( document ).ready(function() { $("#celular1").mask("(00) 00000-0000"); }); }); </script> I am connected with jquery…