stripe cardForm is not working in react native
enter image description herei am integrating stripe payment gateway want to use cardForm but facing issue expecting to cardForm
enter image description herei am integrating stripe payment gateway want to use cardForm but facing issue expecting to cardForm
Why rn is not displaying Image? i am giving a raw data to style my ui but when i am trying to add image in my ui than its not displaying Can anyone can tell what i did wrong? my…
I've started a brand new react native project. When I attempt to install react native, I get dependency resolution errors. Could there be an issue with react 18.2 and react-native 0.70.6? What is the best versions to use? Should I…
I am creating mobile app with google sign in feature where firebase authentication as a back end. When I am trying I am getting below error "Access blocked: Project-XXXXXXXXX7 has not completed the google verification process". Front end : React…
useEffect(() => { if(currentUser){ currentUser?.friends.map(friends => { if(friends._id===currentProfile._id){ return setFriend(true) } }) }else{ return setFriend(false) } },[currentUser,currentProfile]) //currentUser is the user logged in //currentProfile is user selected i want to show button as Unfriend if the user selected is already…
I want to react-native-insta-story for show videos and images but I can't show videos.I am encountering an error. I saw black screen until end of video's time. ` Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See…
function Four({ navigation, route }) { const { dateTime } = route.params; const [name, setName] = useState(); const [note, setNote] = useState(); const [des, setDes] = useState(); const [result, setResult] = useState(); return ( <View> <TextInput value={dateTime} /> <Text>{'n'}</Text> <TextInput…
I have my list of todos set up so that a flatList assembles a list of Item components. the Item component is what actually makes the individual Todos. I am trying to make it so that the icon changes when…
I want to create a search bar in next js and firebase and it works by getting the slug from the url and parse it though my search algorithm. The problem is that if the user uses the search bar…
I am working with React, and I have a component that gets data from Firebase, which is a list of movies the user has watched. After getting that data, I loop through that individual movie and get data of the…