Skip to content

Commit

Permalink
🐞 fix: add ts ignore comment in App.tsx to allow ts compile successfu…
Browse files Browse the repository at this point in the history
…lly in github runner
  • Loading branch information
stanleyugwu committed Oct 14, 2023
1 parent 64e11f9 commit 0d6c2b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import * as React from 'react';
import { StyleSheet, View, Text, Button } from 'react-native';
// @ts-ignore ts can't find module '@devvie/bottom-sheet' on github runner because it's aliased
import BottomSheet, { type BottomSheetMethods } from '@devvie/bottom-sheet';

export default function App() {
Expand Down

0 comments on commit 0d6c2b5

Please sign in to comment.