Posts by Edu Rodrigues Braz • 43 points
7 posts
-
0
votes1
answer130
viewsA: Change variable and save it by Asyncstorage
In the _retrieveData function, Asyncstorage getItem is not assigned to any variable. Here’s an example:…
-
1
votes1
answer132
viewsA: Upload a local image inside a webview
Why don’t you use the component instead of just rendering an image. link: https://facebook.github.io/react-native/docs/image…
-
1
votes3
answers275
viewsA: Node App React Native Error
The version React-Native 0.56.0 has a bug in windows 10, use version 0.55.2. change the version in package.json, clean the node_modules folder and run npm install, then run.
-
0
votes1
answer746
viewsA: Upload Files to React Native
You must pass the URL of something like Imagepickerou Cameraroll (which should look similar to file://Storage/Emulated/0/Pictures/shj15791-4v61-67g6-z1b6-v8451z956j5k.jpg) to, in formDatathen pass…
-
1
votes1
answer502
viewsA: React Native Maps
If you don’t have defined properties for the entire project defined and have a different version of playback services than the one included in that library, use the following (toggle 10.0.1 for the…
-
0
votes2
answers1959
viewsA: Call Stored Procedure with JPA 2.0
JPA 2.0 has no explicit support for stored procedures (JPA 2.1 has). An alternative solution is to use native queries (such as {CALL APURARCAMPANHASBRINDES.PROC_APURARCAMPANHA(?1,?2, ?3, ?4, ?5, ?6,…
-
1
votes1
answer171
viewsQ: Error integrating Spring 4 + Hibernate 5 + JPA 2 and Glassfish
I’m unable to start the Spring transaction, it’s some configuration I made wrong who can help me. follow the codes: java.lang.IllegalStateException: A JTA EntityManager cannot use getTransaction()…