You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed this package and also ran react-native link react-native-twitterkit.
It responded with -
(node:24606) ExperimentalWarning: The fs.promises API is experimental
rnpm-install info Linking react-native-twitterkit ios dependency
rnpm-install info Platform 'ios' module react-native-twitterkit has been successfully linked
rnpm-install info Linking react-native-twitterkit android dependency
rnpm-install info Platform 'android' module react-native-twitterkit has been successfully linked
Now when I run the app on emulator with the following App.js
import React from 'react';
import {TweetView} from 'react-native-twitterkit';
import { StyleSheet, Text, View, ScrollView } from 'react-native';
I have installed this package and also ran
react-native link react-native-twitterkit
.It responded with -
Now when I run the app on emulator with the following App.js
Error -
The text was updated successfully, but these errors were encountered: