skip to Main Content

React Native In App Purchase Issues In Android For Consumable InApp Purchase

I have Integrated React-Native-iap Package on my React Native Application for Implementing the Consumable InApp purchases. Link : https://github.com/dooboolab-community/react-native-iap Here is What I have done so far : Step-1. Import the Library : import {initConnection, getProducts, getAvailablePurchases, endConnection, purchaseUpdatedListener, requestPurchase,…

VIEW QUESTION

Error: Element type is invalid: expected a string (for built-in components) or a class/function but got: undefined on HomeScreen – React native

This is HomeScreen.js import { StatusBar } from 'expo-status-bar'; import React, { useState,useRef,useEffect } from 'react'; import { StyleSheet,Text,View,Dimensions ,ScrollView,Image,FlatList} from 'react-native'; import { Icon } from 'react-native-elements'; import MapView, { PROVIDER_GOOGLE } from 'react-native-maps'; import * as Location from…

VIEW QUESTION
Back To Top
Search