mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-19 05:25:10 +00:00
PR adding TestsExample app which should include test cases for e.g. PRs. It also removes package-lock.json since yarn is used.
5 lines
74 B
JavaScript
5 lines
74 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: '@react-native-community',
|
|
};
|