Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fb41f8d

Browse filesBrowse files
committed
chore: Bring in the skia example app for debugging
1 parent 9436047 commit fb41f8d
Copy full SHA for fb41f8d

File tree

Expand file treeCollapse file tree

304 files changed

+21930
-1906
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

304 files changed

+21930
-1906
lines changed

‎example/.bundle/config

Copy file name to clipboard
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
BUNDLE_PATH: "vendor/bundle"
2+
BUNDLE_FORCE_RUBY_PLATFORM: 1

‎example/.eslintrc

Copy file name to clipboard
+24Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"extends": "react-native-wcandillon",
3+
"plugins": ["reanimated"],
4+
"parserOptions": {
5+
"project": "./tsconfig.json"
6+
},
7+
"rules": {
8+
"prefer-destructuring": [
9+
"error",
10+
{
11+
"object": true,
12+
"array": false
13+
}
14+
],
15+
"no-bitwise": "off",
16+
"no-var": "off",
17+
"@typescript-eslint/no-var-requires": "off",
18+
"@typescript-eslint/no-non-null-assertion": "off",
19+
"@typescript-eslint/no-empty-function": "off",
20+
"react/jsx-uses-react": "error",
21+
"react/react-in-jsx-scope": "error",
22+
"reanimated/js-function-in-worklet": 0
23+
}
24+
}

‎example/.eslintrc.js

Copy file name to clipboardExpand all lines: example/.eslintrc.js
-4Lines changed: 0 additions & 4 deletions
This file was deleted.

‎example/.gitattributes

Copy file name to clipboardExpand all lines: example/.gitattributes
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎example/.gitignore

Copy file name to clipboardExpand all lines: example/.gitignore
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ buck-out/
5656
# Bundle artifact
5757
*.jsbundle
5858

59-
# CocoaPods
59+
# Ruby / CocoaPods
6060
/ios/Pods/
61+
/vendor/bundle/

‎example/.owl/.gitignore

Copy file name to clipboard
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# generated by react-native-owl
12
diff/
23
latest/
34
report/
-199 KB
Binary file not shown.
-192 KB
Binary file not shown.
-199 KB
Binary file not shown.
-191 KB
Binary file not shown.
-218 KB
Binary file not shown.
-207 KB
Binary file not shown.
-195 KB
Binary file not shown.
80.9 KB
81.4 KB
80.2 KB
83.4 KB
80.9 KB
82.8 KB
83.1 KB
80.3 KB
82.1 KB
83.2 KB
81 KB
82.2 KB
80.3 KB
83.6 KB
80.8 KB
82.6 KB
83.9 KB
80.7 KB
85.6 KB
80.6 KB
83.5 KB
-318 KB
Binary file not shown.
-319 KB
Binary file not shown.

‎example/.owl/baseline/ios/initial.png

Copy file name to clipboard
-318 KB
Binary file not shown.
-309 KB
Binary file not shown.
-304 KB
Binary file not shown.
-339 KB
Binary file not shown.
-321 KB
Binary file not shown.

‎example/.prettierrc.js

Copy file name to clipboardExpand all lines: example/.prettierrc.js
-4Lines changed: 0 additions & 4 deletions
This file was deleted.

‎example/.ruby-version

Copy file name to clipboard
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.7.4

‎example/App.tsx

Copy file name to clipboardExpand all lines: example/App.tsx
-186Lines changed: 0 additions & 186 deletions
This file was deleted.

‎example/Gemfile

Copy file name to clipboard
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
source 'https://rubygems.org'
2+
3+
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4+
ruby '2.7.4'
5+
6+
gem 'cocoapods', '~> 1.11', '>= 1.11.2'

‎example/Gemfile.lock

Copy file name to clipboard
+100Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.5)
5+
rexml
6+
activesupport (6.1.5)
7+
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
i18n (>= 1.6, < 2)
9+
minitest (>= 5.1)
10+
tzinfo (~> 2.0)
11+
zeitwerk (~> 2.3)
12+
addressable (2.8.0)
13+
public_suffix (>= 2.0.2, < 5.0)
14+
algoliasearch (1.27.5)
15+
httpclient (~> 2.8, >= 2.8.3)
16+
json (>= 1.5.1)
17+
atomos (0.1.3)
18+
claide (1.1.0)
19+
cocoapods (1.11.3)
20+
addressable (~> 2.8)
21+
claide (>= 1.0.2, < 2.0)
22+
cocoapods-core (= 1.11.3)
23+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
24+
cocoapods-downloader (>= 1.4.0, < 2.0)
25+
cocoapods-plugins (>= 1.0.0, < 2.0)
26+
cocoapods-search (>= 1.0.0, < 2.0)
27+
cocoapods-trunk (>= 1.4.0, < 2.0)
28+
cocoapods-try (>= 1.1.0, < 2.0)
29+
colored2 (~> 3.1)
30+
escape (~> 0.0.4)
31+
fourflusher (>= 2.3.0, < 3.0)
32+
gh_inspector (~> 1.0)
33+
molinillo (~> 0.8.0)
34+
nap (~> 1.0)
35+
ruby-macho (>= 1.0, < 3.0)
36+
xcodeproj (>= 1.21.0, < 2.0)
37+
cocoapods-core (1.11.3)
38+
activesupport (>= 5.0, < 7)
39+
addressable (~> 2.8)
40+
algoliasearch (~> 1.0)
41+
concurrent-ruby (~> 1.1)
42+
fuzzy_match (~> 2.0.4)
43+
nap (~> 1.0)
44+
netrc (~> 0.11)
45+
public_suffix (~> 4.0)
46+
typhoeus (~> 1.0)
47+
cocoapods-deintegrate (1.0.5)
48+
cocoapods-downloader (1.6.3)
49+
cocoapods-plugins (1.0.0)
50+
nap
51+
cocoapods-search (1.0.1)
52+
cocoapods-trunk (1.6.0)
53+
nap (>= 0.8, < 2.0)
54+
netrc (~> 0.11)
55+
cocoapods-try (1.2.0)
56+
colored2 (3.1.2)
57+
concurrent-ruby (1.1.10)
58+
escape (0.0.4)
59+
ethon (0.15.0)
60+
ffi (>= 1.15.0)
61+
ffi (1.15.5)
62+
fourflusher (2.3.1)
63+
fuzzy_match (2.0.4)
64+
gh_inspector (1.1.3)
65+
httpclient (2.8.3)
66+
i18n (1.10.0)
67+
concurrent-ruby (~> 1.0)
68+
json (2.6.1)
69+
minitest (5.15.0)
70+
molinillo (0.8.0)
71+
nanaimo (0.3.0)
72+
nap (1.1.0)
73+
netrc (0.11.0)
74+
public_suffix (4.0.6)
75+
rexml (3.2.5)
76+
ruby-macho (2.5.1)
77+
typhoeus (1.4.0)
78+
ethon (>= 0.9.0)
79+
tzinfo (2.0.4)
80+
concurrent-ruby (~> 1.0)
81+
xcodeproj (1.21.0)
82+
CFPropertyList (>= 2.3.3, < 4.0)
83+
atomos (~> 0.1.3)
84+
claide (>= 1.0.2, < 2.0)
85+
colored2 (~> 3.1)
86+
nanaimo (~> 0.3.0)
87+
rexml (~> 3.2.4)
88+
zeitwerk (2.5.4)
89+
90+
PLATFORMS
91+
ruby
92+
93+
DEPENDENCIES
94+
cocoapods (~> 1.11, >= 1.11.2)
95+
96+
RUBY VERSION
97+
ruby 2.7.4p191
98+
99+
BUNDLED WITH
100+
2.2.27

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.