Skip to content

Commit

Permalink
feat: module resolution error
Browse files Browse the repository at this point in the history
  • Loading branch information
fbp93 committed Aug 12, 2024
1 parent cde5779 commit 84a7ee4
Show file tree
Hide file tree
Showing 51 changed files with 1,697 additions and 2,646 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

106 changes: 106 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions ReproducerApp/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,16 @@ import {
LearnMoreLinks,
ReloadInstructions,
} from 'react-native/Libraries/NewAppScreen';
import {MetricName} from 'metrics';

type SectionProps = PropsWithChildren<{
title: string;
}>;

function Section({children, title}: SectionProps): React.JSX.Element {
const isDarkMode = useColorScheme() === 'dark';
const a = MetricName.AppLaunchTime;
console.log(a);
return (
<View style={styles.sectionContainer}>
<Text
Expand Down
1 change: 0 additions & 1 deletion ReproducerApp/audio-manager/.gitattributes

This file was deleted.

42 changes: 0 additions & 42 deletions ReproducerApp/audio-manager/.gitignore

This file was deleted.

Empty file.
44 changes: 0 additions & 44 deletions ReproducerApp/audio-manager/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions ReproducerApp/audio-manager/android/.project

This file was deleted.

40 changes: 0 additions & 40 deletions ReproducerApp/audio-manager/android/build.gradle

This file was deleted.

This file was deleted.

Loading

0 comments on commit 84a7ee4

Please sign in to comment.