Skip to content

Usage of @providesModule #1

@FiberJW

Description

@FiberJW

Hey there,

This is really useful for people using prior versions, but using @providesModule makes this unusable for Expo folks because rn-cli.config.js doesn't exist with Expo. With Expo we have to wait for them to publish a new sdk before we can use the latest RN version, so changing your code to use relative imports instead of @providesModule would make it much easier for users to get access to FlatList+. Your code is in the same directory so you don't really need that special module resolution. Just throw a ./ in your requires and we all prosper.

Thanks for your work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions