-
## Your Environment
* Plugin version: 1.8.0
* Platform: iOS
* OS version: 11.4
* Device manufacturer / model: Simulator
* Nativescript version (`tns info`): 3.4.2
* Plugin config
## Exp…
-
The documentation mentions the configuration for iOS is not needed anymore, but when building for iOS I got an error that the Fabric key was missing from info.plist dict.
I managed to find the need…
surdu updated
5 years ago
-
After creating a new app with tns create answering the qustion to get the sidedrawer TypeScript template,, I get this error when trying tns_preview
```
"Preparing project...
D:\my_path\node_modules…
-
**Describe the bug**
I'm working with code sharing project (angular version) and have erros like:
```
ERROR in src/app/start/error404/error404.component.ts:11:14 - error NG6007: The Component 'Er…
-
### Issue description
Some SSL properties in mongoDB connection are deprecated
### Expected Behavior
No deprecation messages when the application starts.
### Actual Behavior
The latest version of…
-
_From @alexrainman on October 10, 2016 22:39_
Can anyone provide a TS example using this widget?
_Copied from original issue: NativeScript/NativeScript#2874_
-
_From @otaran on May 22, 2017 19:39_
### Steps to reproduce
1. Create date with `hours < 10` and `seconds < 10`.
2. Display this date with `date` pipe and `medium` format:
```typescript
@Comp…
-
![image](https://user-images.githubusercontent.com/26665435/40951546-1a85acde-68aa-11e8-8d91-e5f91a0e2113.png)
```
An uncaught Exception occurred on "main" thread.
com.tns.NativeScriptExcepti…
-
**Environment**
Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project):
…
-
ListView/RadListView have quickly become THE major thorn in my side while testing Glimmer Native out. We need to use ListView/RadListView because they provide native view recycling. Without them, rend…