Skip to content

Commit

Permalink
style: import change
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKantipudi1 committed Oct 10, 2024
1 parent e192d28 commit 9de02ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import React from 'react';
import { SafeAreaView } from 'react-native';
import { Types } from '../../src/index';
import ResponsiveImage from '../../src/responsive_comp';
import { ResponsiveImage } from 'imageengine-reactnative';

Check failure on line 3 in example/src/App.tsx

View workflow job for this annotation

GitHub Actions / lint

Module '"imageengine-reactnative"' has no exported member 'ResponsiveImage'.
import { Text } from 'react-native';

const srcSet: Types.TSrcSet = [
const srcSet = [
{
src: '/images/pic_1_variation_2.jpg',
directives: { rotate: 180 },
Expand Down

0 comments on commit 9de02ac

Please sign in to comment.