Alex
Alex
Not sure I understand - are you making a library that depends on all those libraries you mentioned above?
Hey @shoaib2527 I don't see why is it a problem, because counter is some dummy code, you _should_ really remove it and write your lib :) I will double check...
Okay, I will double check the script, maybe something's changed with some dependency update
So I renamed the library to the `react-native-button`, following the original steps. Example's `App.tsx` ```ts import React, { useEffect } from 'react' import RNButtonModule, { Counter } from 'react-native-button' const...
@willymulyana you shouldn't remove the `react`, for that you have metro configuration (`metro.config.js`), you see ``` module.exports = { watchFolders: [moduleRoot], resolver: { extraNodeModules: { react: path.resolve(__dirname, 'node_modules/react'), 'react-native': path.resolve(__dirname,...
see the post above, you should not delete that @scascar do you have `metro.config.js` in the example with the content I posted above?
I don't think this is possible due to how items are inserted in the list, it is impossible to customise like at all.
It is, but the question was about a widget between messages, which is impossible. Attaching it to the message is a workaround.
Hi @felixgabler! We are a bit stuck here and maybe you will have some ideas. We are using https://pub.dev/packages/flutter_slidable for the swipe to reply feature, but the package has one...
Thanks! We could totally try a different dependency if needed. Fork would not help because when distributing a package you can have only pub dependencies, we would need to release...