Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

react-native

  1. T

    JavaScript Patch Http request is not working

    I've been trying to use the http requests to update a status of a car, so that it will for example go from 'pending' to 'canceled'. I am using patch because I do not want to update all data but only statusId. But what is strange, is that it deletes the car, and I do not get any errors. Why, as...
  2. tbell_woG

    Custom Header not displaying for StackNavigator in React Native

    I am fairly new to react native, but I have some experience. I am creating my own app for both iOS and Android by following along with a tutorial course that I had already completed and making my own modifications. I am having an issue with displaying my custom header on the pages besides the...
  3. Owen21

    JavaScript Automatically adjust UI based on screen size

    I'm writing an app that I want to release and I was under the false pretense that using % for width and height will make the UI look the same regardless of what resolution the screens are. How can I automatically scale my app's UI without the UI components changing position or location? The...
Back
Top Bottom