Daniele Serena
Daniele Serena
## Environment System: OS: macOS 12.4 CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz Memory: 3.43 GB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 16.16.0 - /usr/local/bin/node...
Using `fetch()` I could upload a file like this: ``` const file = {uri: 'file://my/file/path', name: 'custom_name.aac', type: 'audio/aac'} const body = new FormData() body.append('session', this.state.session) body.append('id', this.state.id) body.append('file', file)...
# Bug Running the app via `react-native run-android` seems to be ok, but if I try to build the release APK the build fails with this message: ``` > Task...