Skip to content

null is not an object #37

@ZahraShams

Description

@ZahraShams

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,
},
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions