Most voted "native" questions
11 questions
Sort by count of
-
7
votes3
answers263
viewsWhat would be something "native"?
I’ve read many posts and articles talking that one language, framework, editor or anything else is "native". So my question is: What is something native? Is that good or bad? There are advantages…
-
4
votes4
answers1892
viewsError React-Nactivate-Esture-Handler in version React-Native 0.60.0
Guys, I have a problem with React Navigation after the last update of React-Native for version 0.60.0 The react-native-gesture-handler is not compatible because of a autolink that the new version of…
-
2
votes0
answers15
viewsError when navigating between screens with Xamarin IOS
I’m having trouble calling a second Viewcontroller within the method Rowselected in a class that contains the interface Uitableviewsource, while making the flame even instantiating the…
-
1
votes1
answer65
viewsIs there any way to get what the user is hearing?
I wonder if you have any mode or even a lib so I can get the audio player information from the mobile phone, such as music duration, name, album etc. with React.
-
1
votes0
answers54
viewsDoubt Fetch + React Native
beauty? I am developing an App with Expo for a client, but when I consult (via barcode) its API, always the first time returns an empty Array, if I do the query then the data is returned. Can you…
-
1
votes2
answers42
viewsuseEffect returning null
I’m starting with React Native, but I’m having trouble getting a list when loading the screen using useEffect, every time you start the screen the first time, setList returns empty, and when I click…
-
0
votes1
answer32
viewsjava.lang.Illegalmonitorstateexception
The method LeaveServer is in a class called ServerData, and serves to put an open server when the client so wishes. The method notifyall has been implemented in another class where contains all…
-
0
votes2
answers224
viewsMy state react, doesn’t it work?
Man state does not work for nothing, I have read in the documentation, I did the same as you should notice I am new in the react, example of my code: export default class Cursos extends Component{…
-
0
votes1
answer553
viewsReading of Firebase data
Whoa, that’s all right? I’m doing a college project using the Firebase and the React Native. I developed a screen where I want to publish texts and show everyone who is using the application. I was…
-
0
votes1
answer3403
viewserror while running run-android with React-Native
Well, after managing to run the initial command and create the project(React-Native init ) and being with my android emulator running on the machine (Genymotion) but running run-android it accuses…
-
-1
votes1
answer433
viewshow to upload multiple photos to the Ionic app
Good evening, I am developing an application in which will be saved some photos, I can use the camera and everything works correctly, my doubt is: How to add more than one photo ? Follows my code:…