···66 View,
77} from 'react-native'
88import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome'
99-import {BlurView} from '@react-native-community/blur'
99+import {BlurView} from '../util/BlurView'
1010import LinearGradient from 'react-native-linear-gradient'
1111import {AutoSizedImage} from '../util/images/AutoSizedImage'
1212import {Text} from '../util/text/Text'
+1-1
src/view/com/profile/ProfileHeader.tsx
···1212 FontAwesomeIcon,
1313 FontAwesomeIconStyle,
1414} from '@fortawesome/react-native-fontawesome'
1515-import {BlurView} from '@react-native-community/blur'
1515+import {BlurView} from '../util/BlurView'
1616import {ProfileViewModel} from '../../../state/models/profile-view'
1717import {useStores} from '../../../state'
1818import {
+1
src/view/com/util/BlurView.tsx
···11+export {BlurView} from '@react-native-community/blur'
+4
src/view/com/util/BlurView.web.tsx
···11+import {View} from 'react-native'
22+33+// TODO can actually support this, see https://github.com/Kureev/react-native-blur/issues/417
44+export const BlurBiew = View
+2-104
tsconfig.json
···11-// prettier-ignore
21{
33- "compilerOptions": {
44- /* Visit https://aka.ms/tsconfig.json to read more about this file */
55-66- /* Projects */
77- // "incremental": true, /* Enable incremental compilation */
88- // "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
99- // "tsBuildInfoFile": "./", /* Specify the folder for .tsbuildinfo incremental compilation files. */
1010- // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects */
1111- // "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */
1212- // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
1313-1414- /* Language and Environment */
1515- "target": "esnext", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
1616- "lib": ["es2017"], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
1717- "jsx": "react-native", /* Specify what JSX code is generated. */
1818- // "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */
1919- // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
2020- // "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h' */
2121- // "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */
2222- // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx*`.` */
2323- // "reactNamespace": "", /* Specify the object invoked for `createElement`. This only applies when targeting `react` JSX emit. */
2424- // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
2525- // "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
2626-2727- /* Modules */
2828- "module": "commonjs", /* Specify what module code is generated. */
2929- // "rootDir": "./", /* Specify the root folder within your source files. */
3030- "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
3131- // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
3232- // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
3333- // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
3434- // "typeRoots": [], /* Specify multiple folders that act like `./node_modules/@types`. */
3535- // "types": [], /* Specify type package names to be included without being referenced in a source file. */
3636- // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
3737- "resolveJsonModule": true, /* Enable importing .json files */
3838- // "noResolve": true, /* Disallow `import`s, `require`s or `<reference>`s from expanding the number of files TypeScript should add to a project. */
3939-4040- /* JavaScript Support */
4141- "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the `checkJS` option to get errors from these files. */
4242- // "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
4343- // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from `node_modules`. Only applicable with `allowJs`. */
4444-4545- /* Emit */
4646- // "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
4747- // "declarationMap": true, /* Create sourcemaps for d.ts files. */
4848- // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
4949- // "sourceMap": true, /* Create source map files for emitted JavaScript files. */
5050- // "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
5151- // "outDir": "./", /* Specify an output folder for all emitted files. */
5252- // "removeComments": true, /* Disable emitting comments. */
5353- "noEmit": true, /* Disable emitting files from a compilation. */
5454- // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
5555- // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */
5656- // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
5757- // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */
5858- // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
5959- // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
6060- // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */
6161- // "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */
6262- // "newLine": "crlf", /* Set the newline character for emitting files. */
6363- // "stripInternal": true, /* Disable emitting declarations that have `@internal` in their JSDoc comments. */
6464- // "noEmitHelpers": true, /* Disable generating custom helper functions like `__extends` in compiled output. */
6565- // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
6666- // "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
6767- // "declarationDir": "./", /* Specify the output directory for generated declaration files. */
6868- // "preserveValueImports": true, /* Preserve unused imported values in the JavaScript output that would otherwise be removed. */
6969-7070- /* Interop Constraints */
7171- "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
7272- "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
7373- "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */
7474- // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
7575- "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
7676-7777- /* Type Checking */
7878- "strict": true, /* Enable all strict type-checking options. */
7979- // "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied `any` type.. */
8080- // "strictNullChecks": true, /* When type checking, take into account `null` and `undefined`. */
8181- // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
8282- // "strictBindCallApply": true, /* Check that the arguments for `bind`, `call`, and `apply` methods match the original function. */
8383- // "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */
8484- // "noImplicitThis": true, /* Enable error reporting when `this` is given the type `any`. */
8585- // "useUnknownInCatchVariables": true, /* Type catch clause variables as 'unknown' instead of 'any'. */
8686- // "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
8787- // "noUnusedLocals": true, /* Enable error reporting when a local variables aren't read. */
8888- // "noUnusedParameters": true, /* Raise an error when a function parameter isn't read */
8989- // "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
9090- // "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
9191- // "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
9292- // "noUncheckedIndexedAccess": true, /* Include 'undefined' in index signature results */
9393- // "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
9494- // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type */
9595- // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */
9696- // "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */
9797-9898- /* Completeness */
9999- // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
100100- "skipLibCheck": true /* Skip type checking all .d.ts files. */
101101- },
102102- "exclude": [
103103- "node_modules", "babel.config.js", "metro.config.js", "jest.config.js"
104104- ]
105105-}
22+ "extends": "@tsconfig/react-native/tsconfig.json"
33+}