Is there any way to make grayscale color to all element underneath an overlay view? A look I want to achieve is something like below:
I tried to use like below I am using pyfcm to send notifications (https://github.com/olucurious/PyFCM/). push_service = FCMNotification(api_key) push_service
hi am trying to load an remote image. onLoadStart is hitting but not the onLoadEnd ` <View style={{ paddingTop: 60, paddingBottom: 10 }}>
When I’m testing my app inside expo app everything works perfect! But, when i build a android binary using expo build:android the camera and camera roll s
I am relatively new in react native. I can easily show button (with shadow, etc) as in here. <Button mode="contained" color={'#f08e25'} contentStyl
Using a Samsung S10e on Android 12, I was able in the past to open our React Native application (https://github.com/pass-culture/pass-culture-app-native) throug
The long href url content inside my WebView does not go to the line and makes the view scrollable horizontally when it should break the text and make it go to t
I'm trying to submit a build to Google play internal testing but it fails with the error: Google Api Error: Invalid request - APKs are not allowed for this appl
I have been trying to run ios for a new but kept getting this error ** BUILD FAILED ** The following build commands failed: CompileC /Users/struggle/L
The strike through is not vertically centered. My code is like this: <Text style={{textDecorationLine: 'line-through', alignSelf: 'center', fontFamily: const
I'm trying to create a filtering search bar to sort through a limited set of data pulled from an API. The code compiled successfully, however despite having an
I'm currently working with React-Native and need some ideas on how to solve an issue I'm having involving iframes (not WebView). I have a functional component w
There is documentation about this, but it is for macOs only. https://github.com/react-native-community/react-native-linear-gradient. I linked the library by ru
I'm using stripe-react-native to handle payment, and I'm able to handle one-time payment via payment-sheet using PaymentIntent flow. Now I'm stuck with creating
I have my "+" that is a little bellow the center in my button. How can he be right in the center? Here is my code: Code
I'm trying to POST data with FormData to get a response, on iOS it works as expected, but on android, it always goes to the catch block, I found out the reason
I was running this program to display SVG image import React, { Component } from 'react'; import { View } from 'react-native'; import Expo from './assets/check-
I'm developing a react native component on storybook, which uses react-native-paper and react-native-vector-icons. The problem is that I can't see the icons, I
I am trying to start a React app with React Native CLI (also tried with Expo, both with a Yarn startup and NPM startup separately). This is the error NPM trying
The documentation says "Use a third-party icon library ( such as @expo/vector-icons ), with as prop." I don't really know what that means, but let's say i want