https://github.com/cawfree/react-native-twitter-embed
Twitter Embeds for React Native + Expo. (Web/iOS/Android) https://publish.twitter.com/
https://github.com/cawfree/react-native-twitter-embed
embed native react react-native tweet twitter
Last synced: 10 months ago
JSON representation
Twitter Embeds for React Native + Expo. (Web/iOS/Android) https://publish.twitter.com/
- Host: GitHub
- URL: https://github.com/cawfree/react-native-twitter-embed
- Owner: cawfree
- License: mit
- Created: 2020-02-10T15:46:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:57:37.000Z (over 3 years ago)
- Last Synced: 2025-08-05T01:02:39.786Z (11 months ago)
- Topics: embed, native, react, react-native, tweet, twitter
- Language: Java
- Homepage: https://publish.twitter.com/
- Size: 3.56 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-twitter-embed
Embed a user's latest Tweet in React Native, without the need for API keys. Works on [**Android**](), [**iOS**]() and [**Web**]() for vanilla and Expo.
## Getting Started
To install, please make sure you have added [`react-native-webview`](https://github.com/react-native-community/react-native-webview) and [`react-native-web-webview`](https://www.npmjs.com/package/react-native-web-webview).
Using [`yarn`](https://yarnpkg.com/lang/en/):
```bash
yarn add react-native-twitter-embed
```
## Usage
```javascript
import React from "react";
import PropTypes from "prop-types";
import {ProfileHeader} from "react-native-twitter-embed";
export default () => (
);
```
## Licence
[**MIT**](./LICENSE.md)