smfunder
smfunder
> > How can we help to make this library support the new arch? > > Try this PR At least app builds with it > > #2290 I tested...
One more detail, to make the events to work of RNTP, I had to patch the code as it is here: https://github.com/doublesymmetry/react-native-track-player/pull/2370/files
> > 1. `npm install --save react-native-track-player@3` > > 2. `cd ios && pod update` > > 3. `cd ..` > > 4. Rebuild the app again > > for...
@valery-lavrik what's the path used? In my case it was failing because Android wanted to create the folder to store the file but I passed "file://........./file.mp3" to the path. So...
> > [@valery-lavrik](https://github.com/valery-lavrik) какой путь используется? В моем случае это не работало, потому что Android хотел создать папку для хранения файла, но я передал в путь «file://........./file.mp3». Поэтому мне пришлось...
> On Android, this solves the problem, if pasted on the same level as the camera component. We don't know why. `{Platform.OS === 'android' && ( {' '} )} `...
In my case it turns that re-running metro bundler it just worked for me: yarn start --reset-cache RN 0.76.3 package.json ``` "devDependencies": { "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/runtime": "^7.23.6", "@react-native-community/cli":...
@obydog002 @DiguinhoLNS did you closed metro console and open it again with `yarn start --reset-cache`?