Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alessbell/rnmultipartsubsdemo


https://github.com/alessbell/rnmultipartsubsdemo

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

## Reproduction Steps for https://github.com/facebook/react-native/issues/39260

1. Clone repository, `npm i`.
2. Run Android emulator and `npm run android`.
3. Observe `App.js` imports and logs. When doing `import { Networking } from "react-native";` and logging `Networking` it's an empty object; I'd expect it to have the same interface as the `IOSNetworking` import.