mayank-patel / react-native-floating-labels

React Native Floating Labels Library

Home Page:https://www.npmjs.com/package/react-native-floating-labels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: "exports" is read-only

Rekwian opened this issue · comments

Hello,

To use your package with expo web, can you change
module.exports = FloatingLabel;

to
export default FloatingLabel;