File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
modules/add-to-device-calendar Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11// @flow
2+
23import * as React from 'react'
3- import type { EventType } from '@frogpond/event-list '
4+ import type { EventType } from '@frogpond/event-type '
45import { addToCalendar } from './lib'
56import delay from 'delay'
67
Original file line number Diff line number Diff line change 11// @flow
22
3- import type { EventType } from '@frogpond/event-list '
3+ import type { EventType } from '@frogpond/event-type '
44import { notify } from '@frogpond/analytics'
55import RNCalendarEvents from 'react-native-calendar-events'
66import { Alert , Linking , Platform } from 'react-native'
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @frogpond/add-to-device-calendar" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " " ,
5+ "main" : " index.js" ,
6+ "author" : " " ,
7+ "license" : " ISC" ,
8+ "scripts" : {
9+ "test" : " jest"
10+ },
11+ "peerDependencies" : {
12+ "react" : " ^16.0.0" ,
13+ "react-native" : " ^0.55.4" ,
14+ "react-native-calendar-events" : " 1.6.3"
15+ },
16+ "dependencies" : {
17+ "@frogpond/analytics" : " ^1.0.0" ,
18+ "@frogpond/event-type" : " ^1.0.0" ,
19+ "delay" : " 4.0.1"
20+ }
21+ }
You can’t perform that action at this time.
0 commit comments