Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Fix typings path #83

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix typings path #83

wants to merge 2 commits into from

Conversation

alevkon
Copy link

@alevkon alevkon commented Aug 20, 2021

Due to wrong types path in the package.json, we could not properly import the component.
After merging this PR, we'll be able to import it like that:

import { ReactNativeZoomableView } from '@dudigital/react-native-zoomable-view';

instead of

import ReactNativeZoomableView from '@dudigital/react-native-zoomable-view/src/ReactNativeZoomableView';

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant