Skip to content

Commit

Permalink
Update import ( fixing failing ci )
Browse files Browse the repository at this point in the history
  • Loading branch information
ThunbergOlle committed Apr 10, 2024
1 parent 8c50b85 commit a3c6338
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import {
TextInput,
View,
} from 'react-native';
import { Anchor, AnchorScrollView, useScrollAnchorContext } from '../../src';
import { Anchor, useScrollAnchorContext } from '../../src';
import AnchorScrollView from '../../src/components/AnchorScrollView';

export default function App() {
const width = Dimensions.get('window').width;
Expand Down

0 comments on commit a3c6338

Please sign in to comment.