UNPKG

react-native-smart-dimension

Version:

A simple and lightweight React Native library for responsive dimensions, scaling, and adaptive UI design.

20 lines 390 B
{ "compilerOptions": { "outDir": "lib", "module": "CommonJS", "target": "ES6", "lib": [ "ES6", "DOM" ], "jsx": "react-native", "declaration": true, "sourceMap": true, "strict": true, "esModuleInterop": true, "skipLibCheck": true }, "include": [ "src" ] }