Adding notes app in React Native

This commit is contained in:
Christopher Sanden
2026-02-23 20:23:20 +01:00
commit 31e8ece40d
37 changed files with 13904 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// https://docs.expo.dev/guides/using-eslint/
const { defineConfig } = require('eslint/config');
const expoConfig = require('eslint-config-expo/flat');
module.exports = defineConfig([
expoConfig,
{
ignores: ['dist/*'],
},
]);