Render adaptive cards in react native

803 views Asked by At

i want to implement a new App that is based on react native communicating with MS BOT Framework / direct line 3. All working fine, now i like to use adaptive cards as the format. has anyone implemented a renderer for react native?

1

There are 1 answers

0
Balaji On

We have implemented AdaptiveCard renderer for ReactNative platform. You can try out the same here https://www.npmjs.com/package/adaptivecards-reactnative

For more details on the features supported and its status, please refer the PR https://github.com/Microsoft/AdaptiveCards/pull/2193#issuecomment-443216392