varda-altusnova

Results 7 comments of varda-altusnova

Any updates? @emeraldsanto

> @RickSanchez7 i has same issue i was enabled Access WiFi Information but ssid alway return nulll on my ios device the same

[4.0.0-rc08] android release mode is still here: - links - works - absolute directory path - works - require() - doesn't - ES import - doesn't

The issue is related to [Image.resolveAssetSource method in release mode](https://github.com/facebook/react-native/issues/24963) - it returns just file name. Does someone has an option how to workaround that properly?

@lovegaoshi that's strange, but: - `require()` in both modes returns a valid **number** - when I trying to call `player.load(track)` - everything worked correctly (thanks for that) - but if...