effectussoftware / react-custom-roulette

Repository for the react-custom-roulette library
MIT License
322 stars 114 forks source link

error property 'image' does not exist #139

Open joaolenosi opened 1 year ago

joaolenosi commented 1 year ago

I'm using expo, when I follow the basics of roulette it gives an error: Property 'image' does not exist

Souvik-desun commented 1 year ago

Yup having the same issue as of now as well !!

LudoDwig commented 1 year ago

same here

Tora-chen commented 11 months ago

Check "react-native" imports include the Image class.

import { StyleSheet, Text, View, Image } from 'react-native';