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 b4a202b commit fc3409aCopy full SHA for fc3409a
examples/default/src/components/PlatformListTie.tsx renamed to examples/default/src/components/PlatformListTile.tsx
examples/default/src/screens/CrashReportingScreen.tsx
@@ -6,7 +6,7 @@ import { CrashReporting } from 'instabug-reactnative';
6
import { ListTile } from '../components/ListTile';
7
import { Screen } from '../components/Screen';
8
import { Section } from '../components/Section';
9
-import { PlatformListTile } from '../components/PlatformListTie';
+import { PlatformListTile } from '../components/PlatformListTile';
10
import { NativeExampleCrashReporting } from '../native/NativeCrashReporting';
11
12
export const CrashReportingScreen: React.FC = () => {
0 commit comments