microsoft / react-native-adaptivecards

React Native renderer for AdaptiveCards
https://microsoft.github.io/react-native-adaptivecards/
80 stars 21 forks source link

Updated Url.js to support local images #12

Open mainak30121994 opened 5 years ago

mainak30121994 commented 5 years ago

Added support for local image files

DongyuZhao commented 5 years ago
  1. Please modify the code in src and run gulp, it will generate the code in dist. Any direct modification in dist could lost since gulp will delete this folder before it build and copy new files into it. 2.Please merge this PR to release_1.x branch as that branch is what we are currently using in production. master branch is a working branch for latest schema.
DongyuZhao commented 5 years ago

11