surmon.me.native
π± Surmon.me blog app, built with React Native.
File Explorer
Download Latest Version (.zip)- App-test.tsx
- org.eclipse.buildship.core.prefs
- AndroidManifest.xml
- DIN-Regular.ttf
- iconfont.ttf
- MainActivity.java
- MainApplication.java
- launch_screen_image.png
- launch_screen.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- strings.xml
- styles.xml
- AndroidManifest.xml
- _BUCK
- build.gradle
- build_defs.bzl
- debug.keystore
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- .project
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- .gitkeep
- surmon.me.apk
- .gitkeep
- LaunchScreen.xib
- Contents.json
- Icon-40@2x.png
- Icon-60@2x-1.png
- Icon-60@2x.png
- Icon-60@3x.png
- Contents.json
- LaunchImage-1125-2436h@3x-XXS.jpg
- Contents.json
- AppDelegate.h
- AppDelegate.m
- Info.plist
- main.m
- Info.plist
- Info.plist
- surmon_me_native-tvOS.xcscheme
- surmon_me_native.xcscheme
- project.pbxproj
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- Info.plist
- surmon_me_nativeTests.m
- Podfile
- Podfile.lock
- download.png
- p-1.jpg
- p-2.jpg
- p-3.jpg
- p-1.jpg
- p-2.jpg
- p-3.jpg
- g-1.gif
- g-2.gif
- g-3.gif
- DIN-Regular.ttf
- iconfont.ttf
- launch-image.png
- Icon-40@2x-rounded.png
- Icon-40@2x.png
- Icon-40@3x-rounded.png
- Icon-40@3x.png
- Icon-60@2x-rounded.png
- Icon-60@2x.png
- Icon-60@3x-rounded.png
- Icon-60@3x.png
- Icon-rounded.png
- Icon.png
- icon.psd
- Icon@2x-rounded.png
- Icon@2x.png
- LaunchImage-1125-2436h@3x-XXS.jpg
- LaunchImage-1242-2208h.jpg
- LaunchImage-1242-2688h@3x-XSMAX.jpg
- LaunchImage-640-1138h.jpg
- LaunchImage-750-1334h.jpg
- LaunchImage-800-Portrait-736h@3x.psd
- LaunchImage-828-1792h@3x-XR.jpg
- gravatar.png
- filter.tsx
- header.tsx
- item.tsx
- list.tsx
- index.tsx
- item.tsx
- iconfont.json
- index.tsx
- index.tsx
- styles.ts
- activity-indicator.tsx
- double-click.tsx
- image-viewer.tsx
- modal.tsx
- remind.tsx
- text.tsx
- touchable-view.tsx
- title.tsx
- language.ts
- regexp.ts
- routes.ts
- storage.ts
- en.ts
- zh.ts
- github.tsx
- index.tsx
- open-source.tsx
- setting.tsx
- webview.tsx
- index.tsx
- detail.tsx
- index.tsx
- search.tsx
- fetch.ts
- gravatar.ts
- i18n.ts
- storage.ts
- toast.ts
- like.ts
- option.ts
- colors.ts
- fonts.ts
- mixins.ts
- sizes.ts
- business.ts
- http.ts
- props.ts
- state.ts
- filters.ts
- transformer.ts
- app.tsx
- config.ts
- package.json
- .buckconfig
- .eslintrc.js
- .gitattributes
- .gitignore
- .prettierrc.js
- .watchmanconfig
- app.json
- babel.config.js
- CHANGE_LOG.md
- DOCUMENT.md
- index.js
- LICENSE
- metro.config.js
- package.json
- product.foker.json
- react-native.config.js
- README.md
- sentry.js
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/surmon-china/surmon.me.native
Downloads the entire project code from GitHub to your computer.
cd surmon.me.native
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd android/app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
