Closed JhosefMatheus closed 3 months ago
Are you using it in bare react-native project or Expo project
Are you using it in bare react-native project or Expo project
expo project
This package is for bare react native, for expo you should use the expo variant of it.
i did exactly as in the docs: import SkeletonLoading from 'react-native-skeleton-loading'
const App = () => {
return( <SkeletonLoading background={"#adadad"} highlight={"#ffffff"}> <View style={{ flexDirection: 'row', justifyContent: 'space-between' }}> <View style={{ width: 100, height: 100, backgroundColor: "#adadad", borderRadius: 10 }} />
)
};
and its sending me the error that i put on title