Halil Azyikmis
Halil Azyikmis
This PR need to be merged asap
-> Has anybody found any workaround for this? (Sorry but this library is unusable for ios without fixing this issue.)
Shouldn't we add this prop (`encodeSubject`) also to the `ComposeOptions` type defined in the `index.d.ts`. `encodeBody` is also missing.
Adding the line`pod 'RNFBApp', :path => '../node_modules/@react-native-firebase/app'` just before calling `use_native_modules` in `Podfile` fixed the issue in our case. ``` target 'your_app_name' do pod 'RNFBApp', :path => '../node_modules/@react-native-firebase/app' config =...