Skip to content

A React Native app demonstrating the implementation of 'Sign in with Twitter' using Twitter's OAuth API.

Notifications You must be signed in to change notification settings

YutaSugimura/react-native-signin-with-twitter-example

Repository files navigation

React Native SignIn With Twitter Example

This repository contains a React Native project that demonstrates how to implement 'Sign in with Twitter' functionality using Twitter's OAuth API.

sample

Installation

  1. Clone the repository
git clone https://github.com/YutaSugimura/react-native-signin-with-twitter-example.git
  1. Install the dependencies
yarn install
npx pod-install
  1. Add your Twitter API keys to the .env file:
cp .env.local .env
TWITTER_CONSUMER_KEY=your-consumer-key
TWITTER_CONSUMER_SECRET=your-consumer-secret
  1. Run the project:
yarn start

References

License

This project is licensed under the MIT License

About

A React Native app demonstrating the implementation of 'Sign in with Twitter' using Twitter's OAuth API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published