|
1 | 1 | --- |
2 | | -pageType: custom |
3 | | ---- |
4 | | - |
5 | | -import { CustomHomePage } from '@components/CustomHomePage'; |
| 2 | +pageType: home |
6 | 3 |
|
7 | | -<CustomHomePage /> |
| 4 | +hero: |
| 5 | + name: | |
| 6 | + <span class="hero-name">React Native Legal</span> |
| 7 | + <br/> |
| 8 | + <span class="hero-name">License Kit</span> |
| 9 | + tagline: | |
| 10 | + <span class="hero-tagline" style="line-height: 1.4;"> |
| 11 | + Automagically generate license acknowledgements |
| 12 | + for your <ins>React Native app</ins> & <ins>any Node.js</ins> project |
| 13 | + </span> |
| 14 | + actions: |
| 15 | + - theme: 'brand' |
| 16 | + text: 'React Native' |
| 17 | + link: '/docs/react-native' |
| 18 | + - theme: 'brand' |
| 19 | + text: 'CLI' |
| 20 | + link: '/docs/standalone-cli' |
| 21 | + - theme: 'brand' |
| 22 | + text: 'API' |
| 23 | + link: '/docs/programmatic-usage' |
| 24 | + - theme: 'alt' |
| 25 | + text: 'GitHub' |
| 26 | + link: 'https://github.com/callstackincubator/react-native-legal' |
| 27 | + image: |
| 28 | + src: /notice.png |
| 29 | + alt: RN Legal Logo |
| 30 | +features: |
| 31 | + - title: 'Native Integration' |
| 32 | + details: 'Uses native platform tools (LicensePlist for iOS and AboutLibraries for Android) to generate and display licenses.' |
| 33 | + icon: '📱' |
| 34 | + link: '/docs/react-native' |
| 35 | + - title: 'Expo & Bare Workflow Support' |
| 36 | + details: 'Works with both Expo managed workflow via Config Plugin and React Native CLI via custom command.' |
| 37 | + icon: '🔌' |
| 38 | + link: '/docs/react-native#setup' |
| 39 | + - title: 'NodeJS / Non-RN Projects Support' |
| 40 | + details: 'Works with any Node.js project, not just React Native apps. Use it to generate license reports for any Node.js application.' |
| 41 | + icon: '💻' |
| 42 | + link: '/docs/standalone-cli' |
| 43 | + - title: 'Versatile output formats (CLI & Programmatic)' |
| 44 | + details: 'Generate license reports in a format of choice (JSON, Markdown, raw text, AboutLibraries-compatible JSON metadata).' |
| 45 | + icon: '📝' |
| 46 | + link: '/docs/standalone-cli#command-line-options' |
| 47 | + - title: 'Programmatic API' |
| 48 | + details: 'Core functionalities are exposed as an importable package you can use programmatically and adjust the presentation / processing of the report contents.' |
| 49 | + icon: '🛠️' |
| 50 | + link: '/docs/programmatic-usage' |
| 51 | + - title: 'Automatic Scanning' |
| 52 | + details: 'Automatically scans your dependencies and generates license information for both iOS and Android platforms.' |
| 53 | + icon: '🔎' |
| 54 | + link: '/docs/react-native' |
| 55 | +--- |
0 commit comments