Q:

import react

import ReactDOM from 'react-dom';
0
import React, { Component } from 'react';
1
import React from 'react';
import {Text} from 'react-native';

export default function Cat() {
  return (
    <Text>Hello, I am your cat!</Text>
  );
}
0
// Exporting the component 
export default ChangeColor; 
0

New to Communities?

Join the community