I just started learning react so I apologise in advance if this may sound like a stupid question. I\'m trying to make a simple iOS page with a button that triggers an actio
In the latest version of React Native you must import React from 'react' package
import React, {Component} from 'react'; import { View, ... } from 'react-native';
import * as React from 'react';