Posts by Luis • 61 points
7 posts
-
0
votes1
answer258
viewsA: Pass props via Bottom Tab Navigator
I was able to find the solution, but for those who have the same problem, here’s the answer: const AppTabNavigatorPerson = createBottomTabNavigator( { Perfil: { screen: (props) => <Perfil…
-
0
votes1
answer258
viewsQ: Pass props via Bottom Tab Navigator
I’m developing an application with React Native and I’m having a problem, would someone tell me how to pass data from a screen to a Bottom Tab Navigator? I have a screen called Mainperson with a…
-
0
votes0
answers47
viewsQ: Asp Net application does not run
Someone could explain to me why, when running my application on Asp Net it does not run, presenting the message "Server Error in Application '/'."? Error screen: File Routeconfig.Cs: namespace…
-
3
votes2
answers333
viewsQ: Open page in modal form
I’m doing a crud and would like to open another page in modal form, but do not know how to do this, I even found on a site explaining how to do with javascript but when clicking the button nothing…
-
0
votes1
answer36
viewsQ: "lazily" error in java web application
Good afternoon, I am developing a library web system, however, on the book page I can usually persist with the data, but when I try to edit them, the error occurs: "HTTP Status 500 - failed to…
-
0
votes4
answers81
viewsA: Query with Javascript
I want to thank everyone who showed me solutions to my question, this is exactly what I needed, a way to go through an array without using "for" loop, only using filter() or map().
javascriptanswered Luis 61 -
0
votes4
answers81
viewsQ: Query with Javascript
I have the following objects below and need to verify which candidates meet the job requested. var vaga = {"language":"javascript","courses":["information systems","programming"]} var candidatos = […
javascriptasked Luis 61