The error is very descriptive - you are importing Reactfrom a package react-nativethat has been incorrect since version 0.25.
:
import React, { Component, View, Text } from 'react-native'
:
import React, { Component } from 'react'
import { View, Text } from 'react-native'
, , , .