Closed sstur closed 3 years ago
Any chance we could get this unblocked? Anything I can do to help get it landed?
Why is this not merged yet?
Oh wow, I just realized this got merged, thanks @Intellicode!
Any chance we could get a release on npm? Anything I could do to help with this? I'm happy to pitch in maintaining this package if you want
@sstur Sorry for the delay, I have to make a release yes :) hopefully this weekend, or earlier if I remember. I definitely need help for maintenance, especially since I do not use react native myself anymore. However, I'm not sure yet how I want to set that up yet.
@sstur I have released a new version, let me know if there are any problems!
This fixes an issue when a React Native component has style prop that can be a string.
The most notable example of this is the default
App.js
(or App.tsx) in a new React Native app (initialized usingexpo init
, as recommended by the RN docs). It looks like this:Notice line 9 which contains:
<StatusBar style="auto" />
That causes the following exception when running
eslint
: