feat(utils): work openFile in simulator#8495
Conversation
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Takuya Yamamoto.
|
1 similar comment
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Takuya Yamamoto.
|
dbc796c to
a57847a
Compare
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Takuya Yamamoto.
|
a57847a to
4bf7f3f
Compare
|
@tarunama can you please merge the following PR to your branch first tarunama#1 |
e7efd4d to
4bf7f3f
Compare
|
@vtrifonov |
|
@tarunama I don't see my changes though? |
|
@vtrifonov |
refactor to avoid some circular dependencies
|
@tarunama one more PR to merge tarunama#2 :) |
feat: have in mind isRealDevice in utils.openFile
* feat: open file in iOS simulator * feat: added isRealDevice util * feat: have in mind isRealDevice in utils.openFile refactor to avoid some circular dependencies Co-authored-by: Vasil Trifonov <v.trifonov@gmail.com>
* feat: open file in iOS simulator * feat: added isRealDevice util * feat: have in mind isRealDevice in utils.openFile refactor to avoid some circular dependencies Co-authored-by: Vasil Trifonov <v.trifonov@gmail.com>
PR Checklist
What is the current behavior?
can not open file in iOS simulator.
What is the new behavior?
can open file in iOS simulator
Implements #8410