Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .babelrc
100644 → 100755
Empty file.
Empty file modified .flowconfig
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .vscode/settings.json
100644 → 100755
Empty file.
Empty file modified .watchmanconfig
100644 → 100755
Empty file.
Empty file modified 3d-image.webp
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified __tests__/index-test.js
100644 → 100755
Empty file.
Empty file modified client.js
100644 → 100755
Empty file.
Empty file modified components/D3Model.js
100644 → 100755
Empty file.
Empty file modified components/Label1.js
100644 → 100755
Empty file.
Empty file modified components/Label2.js
100644 → 100755
Empty file.
Empty file modified components/Label3.js
100644 → 100755
Empty file.
Empty file modified components/Option.js
100644 → 100755
Empty file.
Empty file modified components/OptionsModule.js
100644 → 100755
Empty file.
Empty file modified components/Router.js
100644 → 100755
Empty file.
Empty file modified components/Sphere.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion components/Store.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function initialize(apiKey) {
name: 'mosquito',
author: 'joel',
description: 'This is a mosquito nothing more nothing less',
source: 'sphere/scene.gltf',
source: 'sphere/mosquito.glb',
preview: 'mosquito.jpg',
},
{
Expand Down
2 changes: 1 addition & 1 deletion components/explore/ModelView.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ModelView extends React.Component {
style={{transform: [{translate: [0, 4, -1]}]}}
/>
<AnimatedEntity
style={{transform: [{rotateY: this.rotation}]}}
style={{transform: [ {translate: [0, 0, -30]}]}}
source={{gltf2: asset(source)}}
/>
</View>
Expand Down
7 changes: 7 additions & 0 deletions components/explore/TopPosts.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ const styles = StyleSheet.create({
justifyContent: 'flex-start',
alignItems: 'stretch',
},
backButton: {
borderWidth: 1,
padding: 10,
margin: 1,
borderColor: 'white',
borderRadius: 5
},
postButton: {
height: 120,
backgroundColor: '#000000',
Expand Down
Empty file modified components/options/Option.js
100644 → 100755
Empty file.
Empty file modified components/options/OptionsModule.js
100644 → 100755
Empty file.
Empty file modified components/questions/D3Model.js
100644 → 100755
Empty file.
Empty file modified components/questions/Questions.js
100644 → 100755
Empty file.
Empty file modified components/questions/SimpleText.js
100644 → 100755
Empty file.
Loading