react-native-version-number icon indicating copy to clipboard operation
react-native-version-number copied to clipboard

Fix export type - updated to default export in index.d.ts

Open JDMathew opened this issue 1 year ago • 0 comments

Currently the type is wrong for index.d.ts as index.js doesn't export const's but rather one default export with the VersionNumber

JDMathew avatar Apr 30 '24 20:04 JDMathew