We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39ccbb commit 6ddf47cCopy full SHA for 6ddf47c
source/views/calendar/index.js
@@ -18,7 +18,7 @@ export default TabNavigator(
18
screen: ({navigation}) => (
19
<GoogleCalendarView
20
navigation={navigation}
21
- calendarId=" [email protected]"
+ calendarId="[email protected]"
22
/>
23
),
24
navigationOptions: {
0 commit comments