Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:57:37.000Z (about 2 years ago)
- Last Synced: 2024-09-27T21:23:53.205Z (4 months ago)
- Topics: embed, native, react, react-native, tweet, twitter
- Language: Java
- Homepage: https://publish.twitter.com/
- Size: 3.56 MB
- Stars: 12
- Watchers: 3
- 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)