I am trying to implement Redux state management in my react native app but I am facing an issue . I did the same thing in my react app and it worked fine . I am using typescript template .
export * as actionCreators from "./action-creators";
Error
TransformError src/state/index.ts: Export namespace should be first transformed by `@babel/plugin-proposal-export-namespace-from`.