Skip to content

Commit 5f4611d

Browse files
committed
WIP
1 parent f0bf4e7 commit 5f4611d

File tree

243 files changed

+9245
-104014
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

243 files changed

+9245
-104014
lines changed

.eslintrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["next", "next/core-web-vitals"]
3+
}

.expo-shared/README.md

-11
This file was deleted.

.expo-shared/assets.json

-17
This file was deleted.

.gitignore

+26-77
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,34 @@
1-
# OSX
2-
#
3-
.DS_Store
4-
5-
# Xcode
6-
#
7-
build/
8-
*.pbxuser
9-
!default.pbxuser
10-
*.mode1v3
11-
!default.mode1v3
12-
*.mode2v3
13-
!default.mode2v3
14-
*.perspectivev3
15-
!default.perspectivev3
16-
xcuserdata
17-
*.xccheckout
18-
*.moved-aside
19-
DerivedData
20-
*.hmap
21-
*.ipa
22-
*.xcuserstate
23-
24-
# Android/IntelliJ
25-
#
26-
build/
27-
.idea
28-
.gradle
29-
local.properties
30-
*.iml
31-
32-
# node.js
33-
#
34-
node_modules/
35-
npm-debug.log
36-
yarn-error.log
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
372

38-
# BUCK
39-
buck-out/
40-
\.buckd/
41-
*.keystore
42-
!debug.keystore
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
437

44-
# fastlane
45-
#
46-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
47-
# screenshots whenever they are needed.
48-
# For more information about the recommended setup visit:
49-
# https://docs.fastlane.tools/best-practices/source-control/
8+
# testing
9+
/coverage
5010

51-
*/fastlane/report.xml
52-
*/fastlane/Preview.html
53-
*/fastlane/screenshots
11+
# next.js
12+
/.next/
13+
/out/
5414

55-
# Bundle artifact
56-
*.jsbundle
15+
# production
16+
/build
5717

58-
# CocoaPods
59-
/ios/Pods/
60-
61-
# Ignite-specific items below
62-
# You can safely replace everything above this comment with whatever is
63-
# in the default .gitignore generated by React-Native CLI
64-
65-
# VS Code
66-
.vscode
67-
68-
# Expo
69-
.expo/*
70-
bin/Exponent.app
18+
# misc
19+
.DS_Store
20+
*.pem
7121

72-
npm-debug.*
73-
*.jks
74-
*.p8
75-
*.p12
76-
*.key
77-
*.mobileprovision
78-
*.orig.*
79-
#web-build/
22+
# debug
23+
npm-debug.log*
24+
yarn-debug.log*
25+
yarn-error.log*
8026

81-
# Configurations
82-
app/config/env.*.js
83-
!env.js
27+
# local env files
28+
.env.local
29+
.env.development.local
30+
.env.test.local
31+
.env.production.local
8432

85-
.log/*
33+
# vercel
34+
.vercel

.log/ti-201457.log

-43
This file was deleted.

.log/ti-207025.log

-61
This file was deleted.

.log/ti-219513.log

-26
This file was deleted.

.prettierignore

-7
This file was deleted.

.prettierrc.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// eslint-disable-next-line immutable/no-mutation
2+
module.exports = {
3+
semi: false,
4+
trailingComma: 'all',
5+
singleQuote: true,
6+
printWidth: 100,
7+
tabWidth: 2,
8+
}

.solidarity

-24
This file was deleted.

App.js

-6
This file was deleted.

README.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
2+
3+
## Getting Started
4+
5+
First, run the development server:
6+
7+
```bash
8+
npm run dev
9+
# or
10+
yarn dev
11+
```
12+
13+
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
14+
15+
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
16+
17+
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.tsx`.
18+
19+
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
20+
21+
## Learn More
22+
23+
To learn more about Next.js, take a look at the following resources:
24+
25+
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
26+
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
27+
28+
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
29+
30+
## Deploy on Vercel
31+
32+
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
33+
34+
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

README.org

-22
This file was deleted.

api.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export type OrgRoamNode = {
1111

1212
export type OrgRoamLink = {
1313
source: string
14-
dest: string
14+
target: string
1515
}

app.json

-24
This file was deleted.

app/app.tsx app_expo/app.tsx

+5-8
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ import './i18n'
1313
import './utils/ignore-warnings'
1414
import React, { useState, useEffect, useRef } from 'react'
1515
import { NavigationContainerRef } from '@react-navigation/native'
16-
import {
17-
SafeAreaProvider,
18-
initialWindowMetrics,
19-
} from 'react-native-safe-area-context'
16+
import { SafeAreaProvider, initialWindowMetrics } from 'react-native-safe-area-context'
2017
import { initFonts } from './theme/fonts' // expo
2118
import * as storage from './utils/storage'
2219
import {
@@ -46,10 +43,10 @@ function App() {
4643

4744
setRootNavigation(navigationRef)
4845
useBackButtonHandler(navigationRef, canExit)
49-
const {
50-
initialNavigationState,
51-
onNavigationStateChange,
52-
} = useNavigationPersistence(storage, NAVIGATION_PERSISTENCE_KEY)
46+
const { initialNavigationState, onNavigationStateChange } = useNavigationPersistence(
47+
storage,
48+
NAVIGATION_PERSISTENCE_KEY,
49+
)
5350

5451
// Kick off initial async loading actions, like loading fonts and RootStore
5552
useEffect(() => {

0 commit comments

Comments
 (0)