If you want to use React Native to share your styles cross platform, I'd go with a CSS-in-JS solution instead.
At the other end of the spectrum, I probably wouldn't go with CSS Modules if I was working on an older tech stack without a proper front end build system, which would make it hard to integrate.