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
installed library with react-native 61.2 , and userd sample
but gets error
below is the code
import * as React from 'react';
import { View, TouchableOpacity, Image, Text, StyleSheet } from 'react-native';
import { Calendar, CalendarList, Agenda } from 'react-native-general-calendars';
class App extends React.Component {
constructor() {
super()
installed library with react-native 61.2 , and userd sample
but gets error
below is the code
import * as React from 'react';
import { View, TouchableOpacity, Image, Text, StyleSheet } from 'react-native';
import { Calendar, CalendarList, Agenda } from 'react-native-general-calendars';
class App extends React.Component {
constructor() {
super()
}
render() {
return (
);
}
}
export default App;
const styles = StyleSheet.create({
container: {
flex: 1,
marginTop: 40,
},
});
The text was updated successfully, but these errors were encountered: