demchenkoalex / react-native-module-template

A starter for the React Native library written in TypeScript, with linked example project and optional native code in Swift and Kotlin.
MIT License
216 stars 36 forks source link

Question: How to add custom styles into the library? #23

Closed jorgtz closed 2 years ago

jorgtz commented 2 years ago

We are using Stripe in our library and they require to add a library in the gradle file and modify the styles file to use the Material components. image But we don't want our final users to do this work in their end. We have done this in the library side, but it looks the app is not picking them up and it's showing the following error. image

Is there something else we need to do/link in order to prevent this error?

Thanks!

demchenkoalex commented 2 years ago

Hey @jorgtz sorry can't really help with that, if I more or less know iOS, I know nothing about Android 🙁

jorgtz commented 2 years ago

thanks @demchenkoalex ;)