Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Templates #5702

Merged
merged 1 commit into from
Apr 6, 2023
Merged
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
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,10 @@ Moreover, we have a [Flipper plugin](https://www.npmjs.com/package/realm-flipper

## Template apps

We have TypeScript and JavaScript templates to help you get started using Realm. Follow the links to your desired template and follow the instructions there to get up and running fast.
### Using Expo
We have TypeScript templates to help you get started using Realm. Follow the links to your desired template and follow the instructions there to get up and running fast.

- [TypeScript](https://github.com/realm/realm-js/tree/main/templates/expo-template-ts#readme)
- [JavaScript](https://github.com/realm/realm-js/tree/main/templates/expo-template-js#readme)

### React Native

- [TypeScript](https://github.com/realm/realm-js/tree/main/templates/react-native-template-realm-ts#readme)
- [JavaScript](https://github.com/realm/realm-js/tree/main/templates/react-native-template-realm-js#readme)
- [Expo](https://github.com/realm/realm-js/tree/main/templates/expo-template#readme)
- [React Native](https://github.com/realm/realm-js/tree/main/templates/react-native-template#readme)
## Getting Help

* **Need help with your code?**: Look for previous questions on the [#realm tag](https://stackoverflow.com/questions/tagged/realm?sort=newest) — or [ask a new question](https://stackoverflow.com/questions/ask?tags=realm). You can also check out our [Community Forum](https://developer.mongodb.com/community/forums/tags/c/realm/9/realm-sdk) where general questions about how to do something can be discussed.
Expand Down
22 changes: 0 additions & 22 deletions templates/expo-template-js/.npmignore

This file was deleted.

68 changes: 0 additions & 68 deletions templates/expo-template-js/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions templates/expo-template-js/app.json

This file was deleted.

15 changes: 0 additions & 15 deletions templates/expo-template-js/app/AppNonSync.js

This file was deleted.

58 changes: 0 additions & 58 deletions templates/expo-template-js/app/AppSync.js

This file was deleted.

26 changes: 0 additions & 26 deletions templates/expo-template-js/app/AppWrapperNonSync.js

This file was deleted.

34 changes: 0 additions & 34 deletions templates/expo-template-js/app/AppWrapperSync.js

This file was deleted.

60 changes: 0 additions & 60 deletions templates/expo-template-js/app/components/AddTaskForm.js

This file was deleted.

41 changes: 0 additions & 41 deletions templates/expo-template-js/app/components/IntroText.js

This file was deleted.

Loading