23 questions
It's just like the title.To be exact, I would like to pick up a local image file from the react-native app launched on an Android device and create an image that resizes the image to a specified size ...
I was playing a problem solving game related to Java, and the keyword native came out. What is the native keyword used in Java?
POST, PUT, and DELETE are normally processed without any problems when requesting api, but what is the problem if there is always a timeout when requesting GET...Haha;Currently, we are working on reac...
I've heard this recently.For example, if you write a backend with PHP,Scratch data from linked DB, save, modify, etc. The part that manages the dataI heard that you squeeze it in with Python code.Even...
Hello, I was developing it as an expo and needed to escape, so I escaped with the option to use the expoKit. I heard that there are two ways to run the server in this state. If I run it the first way,...
I want to take the db value from the server and add it to the react native picker.import React, {Component} from 'react';import {View, Picker} from 'react-native';import axios from 'axios'class INPUT ...
import React, {Component} from 'react'import {View, Text} from 'react-native'import axios from 'axios'class RECORD extends Component{ constructor(props){ super(props) this.state={ results:null } ...
Creating an app with react native You have installed expo-sqlite to use client db.I created a db file, put it in the project directory, and entered a dummy record.However, the callback function that d...
We are creating a sound effect playback app with Expo (React Native). I'm trying to make it by referring to the Expo official document, but here, I'm importing the mp3 file as a require function. Co...
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.