Skip to content

requiresMainQueueSetup #369

Description

@rezaarifian

After upgrade react-native from 0.32 to 049 i have problem using react-native-fs.
on Documentation react-native just Added on Native RNFSManager.m

+ (BOOL)requiresMainQueueSetup { return YES; }

but still warning :
Module RNFSManager requires main queue setup since it overrides constantsToExport but doesn't implement `requiresMainQueueSetup. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.

any solution ??

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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