-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Labels
Description
Hi,
This issue is not related to 'react-native-tableview'.
We are creating a new private component library for our organization.
I tried the following:
- Component library itself as a separate project with react and react-native as peer dependencies in my project.
- But having just the components code in component library is not useful because we have to add new code or fixes and we have to run the story book(Because of peer dependencies could not be able run story book).
Could you please help me with the model I have to follow for creating a react native library?
Thank you in advance.