/react-native-transparent-circle

A simple react native example of transparent svg circle on top of background image.

Primary LanguageJava

React Native Transparent Circle

A simple react native example of creating a transparent circle on top of background image using react-native-svg.

This repository is an answer to this question asked in StackOverflow.

Run the App

  • Clone or download the repository.
  • cd into directory.
  • Run npm install
  • Copy your debug.keystore from Android Studio to project /android/app
  • Connect your device in USB debugging mode or use Android emulator.
  • Then run react-native run-android.

To-do

  • Drag circle.
  • Animate expand.

Screenshots