Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6214

React is not defined for my own React Native component library

$
0
0

I have made simple React Native component library for testing:

import React from "react";import { Text } from "react-native";const TestComponent = () => <Text>Test test</Text>;export default TestComponent;

The project link is here: https://github.com/kdong007/test-component

After I have installed this in my main project using "yarn add ../test-component" and added into UI, I got "React is not defined" error

enter image description here

What is with my package setting?


Viewing all articles
Browse latest Browse all 6214

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>