Daniel Taylor Harrison

Results 2 issues of Daniel Taylor Harrison

The implementations of OfflineRegionDefinition don't have support for setting the style from a local file or something of the sort. I need to define my styles dynamically (the map sources...

offline-plugin

## Environment ``` "react": "18.2.0", "react-native": "^0.74.5", "styled-components": "^6.1.13", ``` ## Steps to reproduce Render a styled view like this: ``` export const StyledView = styled.View` justify-content: center align-content: center;...