This repository contains a React Native project that demonstrates how to implement 'Sign in with Twitter' functionality using Twitter's OAuth API.
- Clone the repository
git clone https://github.com/YutaSugimura/react-native-signin-with-twitter-example.git- Install the dependencies
yarn install
npx pod-install- Add your Twitter API keys to the
.envfile:
cp .env.local .envTWITTER_CONSUMER_KEY=your-consumer-key
TWITTER_CONSUMER_SECRET=your-consumer-secret- Run the project:
yarn startThis project is licensed under the MIT License
