Get in touch
or send us a question?
CONTACT

Technology

post-image

1.Add ref to your TextInput, for example: <TextInput ref={input => { this.textInput = input }} /> 2.then call this.textInput.clear() to […]

post-image

componentDidMount() { this.nameFocus .focus(); } <TextInput ref={(input) => { this.nameFocus = input; }} />

post-image

Edit file gradle.properties Add this setting android.disableResourceValidation=true

post-image

Step 1: cd project directory Step 2: mkdir -p android/app/src/main/assets && rm -rf android/app/build && react-native bundle –platform android –dev […]

post-image

<TextInput underlineColorAndroid=”transparent” />

post-image

import { Keyboard } from ‘react-native’; Keyboard.dismiss();

post-image

npm install -g yarn yarn global add react-native-cli react-native init sample

post-image

About POS system Your POS and online store in one place, Sellers can make payments online or offline on multi […]

post-image

Require PHP version 5.6.0 or higher. Step 1: install Composer $curl -s https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer Step 2: […]

101112