nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 699 forks source link

MapboxGL.StyleSheet.create returns void type #1713

Closed hugo-chq closed 2 years ago

hugo-chq commented 2 years ago

The typescript type for MapboxGL.StyleSheet.create returns void

  class StyleSheet extends Component {
    static create<T extends NamedStyles<T> | NamedStyles<any>>(styles: T): void;

but would expect it to return T

hugo-chq commented 2 years ago

closing due to being in wrong repo