skip to Main Content

React is not defined in Shopify module

I tried to develop my first Shopify module but when i use React i have this error in my application page on the shop. Here my index.js import {Page} from "@shopify/polaris"; import {RessourcePicker} from "@shopify/app-bridge-react"; class Index extends React.Component{ state…

VIEW QUESTION

CSS breaking when using padding – Twitter API

I have a JS class import React from 'react'; import { StyleSheet, View } from 'react-native'; import { Avatar, Accessory } from 'react-native-elements'; import PropTypes from 'prop-types'; import MenuButton from './MenuButton'; import AppStyles from '../AppStyles'; import Api from '../Api'; export…

VIEW QUESTION

Xcode – framework not found UserMessagingPlatform.xcframework in react native

I update my react native project after I encountered an error in xcode there is no problem in android Error: My new package.json "@react-native-firebase/admob": "^7.6.10", "@react-native-firebase/analytics": "^7.6.9", "@react-native-firebase/app": "^8.4.7", "@react-native-firebase/auth": "^9.3.2", "@react-native-firebase/crashlytics": "^8.4.12", "@react-native-firebase/firestore": "^7.9.1", "@react-native-firebase/messaging": "^7.9.2", "@react-navigation/native": "^5.8.2", "@react-navigation/stack":…

VIEW QUESTION
Back To Top
Search