Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does it support Expo and TypeScript? #13

Closed
codthing opened this issue Jan 10, 2021 · 2 comments
Closed

Does it support Expo and TypeScript? #13

codthing opened this issue Jan 10, 2021 · 2 comments

Comments

@codthing
Copy link

No description provided.

@esthor
Copy link
Owner

esthor commented Jan 10, 2021

Hi. Yes, it should work with both Expo and TypeScript.

Here's a little more info:

Expo: react-native-swipeable-list doesn't rely on any native modules; it's "just javascript", so it should work just fine dropping it into any react native or expo project.

TypeScript:react-native-swipeable-list works just fine in a TypeScript project, but it currently does not have specific TypeScript exported types. What that means is you (probably) won't get any specific type safety or autocomplete hints in your code editor. I created a project for this, which you can watch for updates here: #3

@esthor
Copy link
Owner

esthor commented Jan 10, 2021

Closing now as this seems complete. Feel free to open another if there are issues running in an Expo or TypeScript project.

@esthor esthor closed this as completed Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants