Gathering detailed insights and metrics for react-native-gst-player
Gathering detailed insights and metrics for react-native-gst-player
Gathering detailed insights and metrics for react-native-gst-player
Gathering detailed insights and metrics for react-native-gst-player
npm install react-native-gst-player
Typescript
Module System
Min. Node Version
Node Version
NPM Version
34.9
Supply Chain
51.3
Quality
69
Maintenance
50
Vulnerability
75
License
Java (62.19%)
C (23.5%)
JavaScript (4.66%)
Kotlin (2.64%)
Objective-C (2.41%)
Makefile (1.81%)
Ruby (1.57%)
Objective-C++ (0.84%)
TypeScript (0.38%)
Total Downloads
221
Last Day
3
Last Week
8
Last Month
11
Last Year
221
2 Commits
1 Forks
1 Watching
1 Branches
2 Contributors
Latest Version
0.1.2
Package Id
react-native-gst-player@0.1.2
Unpacked Size
90.44 MB
Size
10.38 MB
File Count
115
NPM Version
10.8.1
Node Version
18.17.1
Publised On
18 Jun 2024
Cumulative downloads
Total Downloads
Last day
0%
3
Compared to previous day
Last week
700%
8
Compared to previous week
Last month
57.1%
11
Compared to previous month
Last year
0%
221
Compared to previous year
1
2
This is a new React Native project, bootstrapped using @react-native-community/cli
.
Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.
First, you will need to start Metro, the JavaScript bundler that ships with React Native.
To start Metro, run the following command from the root of your React Native project:
1# using npm 2npm start 3 4# OR using Yarn 5yarn start
Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:
1# using npm 2npm run android 3 4# OR using Yarn 5yarn android
1# using npm 2npm run ios 3 4# OR using Yarn 5yarn ios
If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.
This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.
Now that you have successfully run the app, let's modify it.
Open App.tsx
in your text editor of choice and edit some lines.
For Android: Press the R key twice or select "Reload" from the Developer Menu (Ctrl + M (on Window and Linux) or Cmd ⌘ + M (on macOS)) to see your changes!
For iOS: Hit Cmd ⌘ + R in your iOS Simulator to reload the app and see your changes!
You've successfully run and modified your React Native App. :partying_face:
If you can't get this to work, see the Troubleshooting page.
To learn more about React Native, take a look at the following resources:
@facebook/react-native
- the Open Source; GitHub repository for React Native.No vulnerabilities found.
No security vulnerabilities found.