caglardurmus / react-native-insta-story

Story component for React Native
MIT License
177 stars 82 forks source link

unable to use typescript under .js file #26

Closed fahad-ui closed 1 year ago

fahad-ui commented 2 years ago

import type {IUserStory} from "./interfaces/IUserStory"; import type {IUserStoryItem} from "./interfaces/IUserStory";

I am unable to use the above line under .js file