react-tweet icon indicating copy to clipboard operation
react-tweet copied to clipboard

Question: React Native?

Open mawnir opened this issue 2 years ago • 2 comments

is there any way to use this library in a react native app?.. at least the API? I need to load a (large) list of tweets.. performance in react native will be an issue .

mawnir avatar Aug 28 '23 10:08 mawnir

You can install the library and import the API from react-tweet/api, it won't include any components or unrequired source code.

lfades avatar Sep 01 '23 14:09 lfades

iOS Bundling failed 1122ms node_modules/expo-router/entry.js (2631 modules) Unable to resolve "react-tweet/api" from "api/twitterSyndication.ts"

getting this error when using it on react native.

stackpoints avatar Apr 04 '25 06:04 stackpoints