Posts by Jonathan Reis • 1 point
4 posts
-
0
votes1
answer334
viewsA: Use 2 types of Drawer and Bottomtab navigation at the same time
After a few minutes of research I solved as follows: export default (isSigned = false) => createAppContainer( createSwitchNavigator( { Sign: createSwitchNavigator({ SignIn, SignUp, }), App:…
-
0
votes1
answer334
viewsQ: Use 2 types of Drawer and Bottomtab navigation at the same time
Hello, I’m a little confused about the routes of React-Native, I mean when I need to use 2 types of routes on the same screen. Here’s my try so far: export default (isSigned = false) =>…
-
0
votes1
answer33
viewsQ: Retrieve the containsKey()
Good afternoon, I’m starting to use Android Studio, in the following situation I’m stuck: have the Mainactivity where through a recyclerView I have a listing, by clicking on one of these listings…
-
0
votes0
answers102
viewsQ: How to call a page template inside a shortcode?
I created a short code in a plugin that returns me from the registered users database and now I want you to open a profile view when you click on the name of such user, however I do not know how to…