Skip to content

kiruba56/rn-omegle

Repository files navigation

Omegle client written in React Native

NOTE: This a fun project created to experiment with Omegle's WebRTC video streaming. Its not tested for edge case scenerios.

Demo

demo.mp4

Run Locally

Clone the project

  git clone https://github.com/kiruba56/rn-omegle

Go to the project directory

  cd rn-omegle

Install dependencies

  yarn install

Android

  yarn run android

iOS

  pod install --project-directory=ios && yarn run ios

TO-DO

  • Implement text only chat
  • Implement recaptchaV2
  • Give feedback to user on errors
  • Fix bugs and make it stable

Contributing

Contributions are always welcome!

Acknowledgements