All Projects β†’ fasky-software β†’ react-native-widgetkit

fasky-software / react-native-widgetkit

Licence: MIT license
React-Native library for the WidgetKit framework. Integrate a Widget into your App πŸπŸ“±

Programming Languages

java
68154 projects - #9 most used programming language
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language
typescript
32286 projects
swift
15916 projects
javascript
184084 projects - #8 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to react-native-widgetkit

DiscoverRandomQuotes
Spontaneous - Random quotes is a free iOS app that generates random quotes. It values ease-of-use just as much as the users' privacy, so there are no ads or trackers to disrupt their experience. The app currently includes more than 75000 quotes, which you can only discover randomly.
Stars: ✭ 34 (-70.18%)
Mutual labels:  widgetkit, ios14
scriptable-widgets
A small collection of my Scriptable iOS widgets.
Stars: ✭ 35 (-69.3%)
Mutual labels:  ios14
AppLibraryController
App Library Controller - Control App Library
Stars: ✭ 14 (-87.72%)
Mutual labels:  ios14
UberCarAnimation
This app is for animating a car like uber from one position to another with preserving angle and smooth animation
Stars: ✭ 53 (-53.51%)
Mutual labels:  ios14
Getwidget
Most popular and easy to use open source UI library with 1000+ Widgets to build flutter app.
Stars: ✭ 2,555 (+2141.23%)
Mutual labels:  widgetkit
BoredSwift
πŸ‘€ Are you bored? This app helps find you something to do via https://www.boredapi.com/
Stars: ✭ 27 (-76.32%)
Mutual labels:  widgetkit
GITGET
GitHub의 Contributionsλ₯Ό iOS의 Widget으둜 λ³΄μ—¬μ£ΌλŠ” App
Stars: ✭ 101 (-11.4%)
Mutual labels:  widgetkit
ScriptWidget
ScriptWidget is an iOS app that we can create widgets for iOS using JSX label style in JavaScript.
Stars: ✭ 137 (+20.18%)
Mutual labels:  widgetkit
Swiftui Kit
A SwiftUI system components and interactions demo app
Stars: ✭ 1,733 (+1420.18%)
Mutual labels:  ios14
react-native-tracking-transparency
πŸ•΅οΈ A React Native Library for interacting with the tracking API from iOS 14.
Stars: ✭ 149 (+30.7%)
Mutual labels:  ios14
safe-dot-android
An app that πŸ”” alerts you when a third-party πŸ•΅πŸ»β€β™€οΈ application uses your device camera or microphone. Privacy Indicators for Android
Stars: ✭ 63 (-44.74%)
Mutual labels:  ios14
SPPerspective
Widgets iOS 14 animation with 3D and dynamic shadow. Customisable transform and duration.
Stars: ✭ 271 (+137.72%)
Mutual labels:  ios14
Rick-and-Morty-iOS-App
This is a sample iOS 13+ UIKit - Combine project.
Stars: ✭ 21 (-81.58%)
Mutual labels:  ios14
iOS14-Resources
A curated collection of iOS 14 projects ranging from SwiftUI to ML, AR etc.
Stars: ✭ 85 (-25.44%)
Mutual labels:  ios14
iOS-Shortcuts-Reference
Reference documentation for the iOS Shortcuts app file structure
Stars: ✭ 89 (-21.93%)
Mutual labels:  ios14
Wiggles-iOS
Beautiful Puppy adoption app built to Demonstrate the SwiftUI and MVVM Architecture
Stars: ✭ 174 (+52.63%)
Mutual labels:  ios14

react-native-widgetkit

widgetkit

React-Native Library for the iOS 🍏 WidgetKit framework

widget_small widget_medium widget_small

Table of Contents πŸ“š

Introduction πŸ‘¨β€πŸ«

This library allows you to call essential methods from the iOS "WidgetKit Framework", which are needed when developing a widget. For example updating the widget timelines

🚨 To be on the safe side: This library exposes API functionality of WidgetKit. The widgets themselves must be developed natively in SwiftUI.

Installation πŸ–‡β€

npm install react-native-widgetkit

Usage πŸ‘¨πŸ»β€πŸ’»

import { reloadAllTimelines } from 'react-native-widgetkit';

// ...

reloadAllTimelines();

Methods πŸ“–β€

reloadAllTimelines()

Reloads the timelines for all configured widgets belonging to the containing app.


reloadTimelines(ofKind: String)

Reloads the timelines for all widgets of a particular kind.


WidgetKit.setItem(String key, String value, String appGroup)

Writes Key-Value to UserDefaults database.


WidgetKit.getItem(String key, String appGroup)

Reads Value from UserDefaults database.


Contributors πŸ€“

Thomas Leiter

Thomas Leiter

License πŸ”–

MIT License

Copyright (c) 2020 Thomas Leiter, Fasky OG

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].