Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alessbell/rnmultipartsubsdemo
https://github.com/alessbell/rnmultipartsubsdemo
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alessbell/rnmultipartsubsdemo
- Owner: alessbell
- Created: 2023-08-31T16:16:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:51:07.000Z (11 months ago)
- Last Synced: 2024-10-11T12:56:26.518Z (27 days ago)
- Language: JavaScript
- Size: 183 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.