react-native-progress
react-native-progress copied to clipboard
Displaying Text with Progress.CircleSnail
How can i display Text with <Progress.CircleSnail /> , ?
it need some adjustment in the styling bt i guess you can do something like this
render() { return ( <View> <CircleSnail {...spinnerStyle} /> <Text>Hello World</Text> </View> ); }