callstack / react-theme-provider

A set of utilities that help you create your own React theming system in few easy steps
MIT License
466 stars 54 forks source link

chore: change react version in peer dependencies #115

Closed lukewalczak closed 2 years ago

lukewalczak commented 3 years ago

Summary

That PR updates react version in peer dependencies.

Installing react-theme-provider within react-native project v0.64.2 using npm v7 fails because of the error related to resolving react version in peer dependencies.

image

Test plan

  1. create a fresh react-native project - npx react-native init AwesomeProject
  2. install react-theme-provider from the commit which is introducing the fix - npm install "https://github.com/callstack/react-theme-provider#38d3a3bf609d77dd01aa71248552c9aae425a6af"

Expect library is installed without any issues.