Timo Schnoelzer
Timo Schnoelzer

Reputation: 105

Render adaptive cards in react native

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?

Upvotes: 0

Views: 842

Answers (1)

Balaji
Balaji

Reputation: 261

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

Upvotes: 1

Related Questions