code-by
code-by
Trying to run demo project from readme https://snack.expo.io/B1sjE9uMH got error: ``` App.js (1247:889) ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'. (Device) Evaluating module://react-native-user-inactivity.js Evaluating...
I'd like to set cursor icon for thumbs in my ReactNativeWeb project. it this possible?
is possible to use this lib in ReactNative app?
I have image file (obtained by using device camera) with following uri content://media/external/images/media/331 using `RNFS.exists.then` returns `false` while file is exists. how to fix this?
Hello! When I put `` with absolute position at (0, 0) it appeared in page at top left corner, but without this style properties it appeared with some margins (or...
## Description I'm new to RBp and try to setup new project. I'm following setup instructions from this repo, but it failed ( On question `Do you want to start...
Hi I'd like to make list or rows with dynamic amount of buttons from right side. I realized that it is possible to do only with `SwipeRow` instead of `SwipeListView`....
I'd like there will be possible to specify another background color which will be used in saved image of qr-code, not color that used to display code itself the problem...
how could I use font awesome to customize checkbox icon?
I already have Ionic project that works on Android/iOS and need to add Push Notifications there. some dependencies from package.json: ``` "@ionic-native/core": "^5.18.0", "@ionic/angular": "^4.11.7", "caniuse-lite": "^1.0.30001016", "cordova-android": "^8.1.0", "cordova-browser":...